Skip to content

Commit 9758d8f

Browse files
committed
Auto merge of #893 - RalfJung:rustup, r=RalfJung
mention that we get the toolchain right Fixes #892 Cc @shepmaster
2 parents da5ecec + 3fe4eec commit 9758d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo-miri.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ fn setup(ask_user: bool) {
268268
let src = Path::new(sysroot.trim_end_matches('\n')).join("lib").join("rustlib").join("src");
269269
if !src.exists() {
270270
if ask_user {
271-
ask("It seems you do not have the rust-src component installed. I will run `rustup component add rust-src`. Proceed?");
271+
ask("It seems you do not have the rust-src component installed. I will run `rustup component add rust-src` for the selected toolchain. Proceed?");
272272
} else {
273273
println!("Installing rust-src component: `rustup component add rust-src`");
274274
}

0 commit comments

Comments
 (0)