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 a040b41 commit 0b32cf3Copy full SHA for 0b32cf3
compiler/rustc_middle/src/mir/interpret/error.rs
@@ -492,9 +492,6 @@ impl dyn MachineStopType {
492
}
493
494
495
-#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
496
-static_assert_size!(InterpError<'_>, 88);
497
-
498
pub enum InterpError<'tcx> {
499
/// The program caused undefined behavior.
500
UndefinedBehavior(UndefinedBehaviorInfo<'tcx>),
0 commit comments