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 cbfdb99 commit 0e9375cCopy full SHA for 0e9375c
doc/src/overrides.md
@@ -22,6 +22,7 @@ override that is further away.
22
To verify which toolchain is active, you can use `rustup show`,
23
which will also try to install the corresponding
24
toolchain if the current one has not been installed according to the above rules.
25
+(Please note that this behavior is subject to change, as detailed in issue [#1397].)
26
27
[toolchain]: concepts/toolchains.md
28
[toolchain override shorthand]: #toolchain-override-shorthand
@@ -143,3 +144,4 @@ rustup default nightly-2020-07-27
143
144
```
145
146
[installed]: installation/index.md
147
+[#1397]: https://github.com/rust-lang/rustup/issues/1397
0 commit comments