1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/rustup-default.md

9 lines
231 B
Markdown
Raw Normal View History

# rustup default
> Set the default Rust toolchain.
> More information: <https://rust-lang.github.io/rustup>.
- Switch the default Rust toolchain (see `rustup help toolchain` for more information):
`rustup default {{toolchain}}`