Skip to content

Commit cbfdb99

Browse files
committed
Document automatic installation behavior via rustup show
1 parent a45e4cd commit cbfdb99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/overrides.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ the directory tree toward the filesystem root, and a `rust-toolchain.toml` file
1919
that is closer to the current directory will be preferred over a directory
2020
override that is further away.
2121

22-
To verify which toolchain is active use `rustup show`.
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.
2325

2426
[toolchain]: concepts/toolchains.md
2527
[toolchain override shorthand]: #toolchain-override-shorthand

0 commit comments

Comments
 (0)