Rollup merge of #116921 - Fenex:fix/bootstrap-setup-info-msg, r=compiler-errors

fix(bootstrap) info message show correct path now

running `./x setup tools` showed me a note with incorrect path
This commit is contained in:
Matthias Krüger 2023-10-19 14:38:28 +02:00 committed by GitHub
commit e8544f80ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"
)
}