We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da5ecec + 3fe4eec commit 9758d8fCopy full SHA for 9758d8f
src/bin/cargo-miri.rs
@@ -268,7 +268,7 @@ fn setup(ask_user: bool) {
268
let src = Path::new(sysroot.trim_end_matches('\n')).join("lib").join("rustlib").join("src");
269
if !src.exists() {
270
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?");
+ 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?");
272
} else {
273
println!("Installing rust-src component: `rustup component add rust-src`");
274
}
0 commit comments