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.
rust-toolchain.toml
1 parent 526f89c commit d595756Copy full SHA for d595756
doc/user-guide/src/overrides.md
@@ -120,16 +120,12 @@ The `channel` setting specifies which [toolchain] to use. The value is a
120
string in the following form:
121
122
```
123
-<channel>[-<date>]
+(<channel>[-<date>])|<custom toolchain name>
124
125
<channel> = stable|beta|nightly|<major.minor.patch>
126
<date> = YYYY-MM-DD
127
128
129
-Note that this is a more restricted form than `rustup` toolchains
130
-generally, and cannot be used to specify custom toolchains or
131
-host-specific toolchains.
132
-
133
[toolchain]: concepts/toolchains.md
134
135
#### path
0 commit comments