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 1989b9a commit 3c08cf8Copy full SHA for 3c08cf8
1 file changed
compiler/rustc_middle/src/mir/interpret/error.rs
@@ -525,6 +525,7 @@ impl InterpError<'_> {
525
use InterpError::*;
526
match *self {
527
MachineStop(ref err) => err.is_hard_err(),
528
+ InterpError::UndefinedBehavior(_) => true,
529
_ => false,
530
}
531
0 commit comments