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.
1 parent 2168ce3 commit a6ea125Copy full SHA for a6ea125
std/src/panicking.rs
@@ -275,7 +275,7 @@ fn default_hook(info: &PanicHookInfo<'_>) {
275
if cfg!(miri) {
276
let _ = writeln!(
277
err,
278
- "note: in Miri, you may have to set `-Zmiri-env-forward=RUST_BACKTRACE` \
+ "note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` \
279
for the environment variable to have an effect"
280
);
281
}
0 commit comments