implement version of normalize_erasing_regions that doesn't assume value is normalizable

This commit is contained in:
b-naber
2021-11-26 17:41:22 +01:00
parent 2446a21595
commit ff448cfcee
6 changed files with 203 additions and 3 deletions

View File

@@ -493,7 +493,7 @@ impl dyn MachineStopType {
}
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
static_assert_size!(InterpError<'_>, 64);
static_assert_size!(InterpError<'_>, 88);
pub enum InterpError<'tcx> {
/// The program caused undefined behavior.