We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b31a7 commit 2e404b5Copy full SHA for 2e404b5
1 file changed
doc/user-guide/src/concepts/toolchains.md
@@ -57,6 +57,9 @@ local builds of the Rust toolchain. To teach `rustup` about your build, run:
57
$ rustup toolchain link my-toolchain path/to/my/toolchain/sysroot
58
```
59
60
+Custom toolchain names may contain ASCII letters, ASCII digits, `.`, `_`, and
61
+`-`.
62
+
63
For example, on Ubuntu you might clone `rust-lang/rust` into `~/rust`, build
64
it, and then run:
65
0 commit comments