Skip to content

Commit e8544f8

Browse files
authored
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
2 parents c976426 + 2d144d2 commit e8544f8

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/setup.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pub fn setup(config: &Config, profile: Profile) {
183183
eprintln!();
184184
eprintln!(
185185
"note: the `tools` profile sets up the `stage2` toolchain (use \
186-
`rustup toolchain link 'name' host/build/stage2` to use rustc)"
186+
`rustup toolchain link 'name' build/host/stage2` to use rustc)"
187187
)
188188
}
189189

0 commit comments

Comments
 (0)