We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abec0e commit b479f09Copy full SHA for b479f09
src/bin/miri.rs
@@ -385,7 +385,7 @@ fn main() {
385
miri_config.mute_stdout_stderr = true;
386
} else if arg == "-Zmiri-track-raw-pointers" {
387
eprintln!(
388
- "WARNING: -Zmiri-track-raw-pointers has been renamed to -Zmiri-tag-raw-pointers, the old name is deprecated."
+ "WARNING: `-Zmiri-track-raw-pointers` has no effect; it is enabled by default"
389
);
390
} else if let Some(param) = arg.strip_prefix("-Zmiri-seed=") {
391
if miri_config.seed.is_some() {
0 commit comments