Skip to content

Commit 2e404b5

Browse files
committed
doc: document custom toolchain name characters
1 parent 54b31a7 commit 2e404b5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/user-guide/src/concepts/toolchains.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ local builds of the Rust toolchain. To teach `rustup` about your build, run:
5757
$ rustup toolchain link my-toolchain path/to/my/toolchain/sysroot
5858
```
5959

60+
Custom toolchain names may contain ASCII letters, ASCII digits, `.`, `_`, and
61+
`-`.
62+
6063
For example, on Ubuntu you might clone `rust-lang/rust` into `~/rust`, build
6164
it, and then run:
6265

0 commit comments

Comments
 (0)