Skip to content

Commit

Permalink
Unrolled build for rust-lang#116921
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#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
  • Loading branch information
rust-timer committed Oct 19, 2023
2 parents 3fbcfd2 + 2d144d2 commit b0d6952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/setup.rs
Expand Up @@ -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)"
)
}

Expand Down

0 comments on commit b0d6952

Please sign in to comment.