We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 133e989 + 7bdb56d commit 02bacccCopy full SHA for 02baccc
miri-script/src/commands.rs
@@ -286,7 +286,7 @@ impl Command {
286
"This will pull a copy of the rust-lang/rust history into this Miri checkout, growing it by about 1GB."
287
);
288
print!(
289
- "To avoid that, abort now and set the `--rustc-git` flag to an existing rustc checkout. Proceed? [y/N] "
+ "To avoid that, abort now and set the `RUSTC_GIT` environment variable to an existing rustc checkout. Proceed? [y/N] "
290
291
std::io::stdout().flush()?;
292
let mut answer = String::new();
0 commit comments