remove static_assert_size on InterpError
This commit is contained in:
parent
a040b4189d
commit
0b32cf3a8d
1 changed files with 0 additions and 3 deletions
|
@ -492,9 +492,6 @@ impl dyn MachineStopType {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
static_assert_size!(InterpError<'_>, 88);
|
||||
|
||||
pub enum InterpError<'tcx> {
|
||||
/// The program caused undefined behavior.
|
||||
UndefinedBehavior(UndefinedBehaviorInfo<'tcx>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue