Skip to content

Commit 0b32cf3

Browse files
committed
remove static_assert_size on InterpError
1 parent a040b41 commit 0b32cf3

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_middle/src/mir/interpret

1 file changed

+0
-3
lines changed

compiler/rustc_middle/src/mir/interpret/error.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,6 @@ impl dyn MachineStopType {
492492
}
493493
}
494494

495-
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
496-
static_assert_size!(InterpError<'_>, 88);
497-
498495
pub enum InterpError<'tcx> {
499496
/// The program caused undefined behavior.
500497
UndefinedBehavior(UndefinedBehaviorInfo<'tcx>),

0 commit comments

Comments
 (0)