We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcca62 commit dd4fef0Copy full SHA for dd4fef0
src/diagnostics.rs
@@ -58,7 +58,7 @@ pub fn report_error<'tcx, 'mir>(
58
};
59
let help = match e.kind {
60
Unsupported(UnsupportedOpInfo::NoMirFor(..)) =>
61
- Some("set `MIRI_SYSROOT` to a Miri sysroot, which you can prepare with `cargo miri setup`"),
+ Some("make sure to use a Miri sysroot, which you can prepare with `cargo miri setup`"),
62
Unsupported(_) =>
63
Some("this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not support"),
64
UndefinedBehavior(UndefinedBehaviorInfo::UbExperimental(_)) =>
0 commit comments