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 7d5cf38 + a6ea125 commit 0fe3746Copy full SHA for 0fe3746
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