Skip to content

Commit

Permalink
Rollup merge of #116921 - Fenex:fix/bootstrap-setup-info-msg, r=compi…
Browse files Browse the repository at this point in the history
…ler-errors

fix(bootstrap) info message show correct path now

running `./x setup tools` showed me a note with incorrect path
  • Loading branch information
matthiaskrgr authored Oct 19, 2023
2 parents c976426 + 2d144d2 commit e8544f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/setup.rs
Original file line number Diff line number Diff line change
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 e8544f8

Please sign in to comment.