remove static_assert_size on InterpError
This commit is contained in:
parent
a040b4189d
commit
0b32cf3a8d
@ -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> {
|
pub enum InterpError<'tcx> {
|
||||||
/// The program caused undefined behavior.
|
/// The program caused undefined behavior.
|
||||||
UndefinedBehavior(UndefinedBehaviorInfo<'tcx>),
|
UndefinedBehavior(UndefinedBehaviorInfo<'tcx>),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user