We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee48a3f + abdfe4a commit b7b919cCopy full SHA for b7b919c
src/tools/miri/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