mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 15:12:56 +00:00
fix(bootstrap) info message show correct path now
This commit is contained in:
parent
e1aa9edde0
commit
2d144d2115
@ -183,7 +183,7 @@ pub fn setup(config: &Config, profile: Profile) {
|
||||
eprintln!();
|
||||
eprintln!(
|
||||
"note: the `tools` profile sets up the `stage2` toolchain (use \
|
||||
`rustup toolchain link 'name' host/build/stage2` to use rustc)"
|
||||
`rustup toolchain link 'name' build/host/stage2` to use rustc)"
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user