fix outdated sysroot help message
This commit is contained in:
parent
6dcca62b63
commit
dd4fef0cd9
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ pub fn report_error<'tcx, 'mir>(
|
|||
};
|
||||
let help = match e.kind {
|
||||
Unsupported(UnsupportedOpInfo::NoMirFor(..)) =>
|
||||
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`"),
|
||||
Unsupported(_) =>
|
||||
Some("this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not support"),
|
||||
UndefinedBehavior(UndefinedBehaviorInfo::UbExperimental(_)) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue