Skip to content

Commit 2d144d2

Browse files
authored
fix(bootstrap) info message show correct path now
1 parent e1aa9ed commit 2d144d2

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)