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 0c97159 commit d7e9d90Copy full SHA for d7e9d90
src/machine.rs
@@ -932,7 +932,10 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
932
ecx.machine.validation != ValidationMode::No
933
}
934
#[inline(always)]
935
- fn enforce_validity_recursively(ecx: &InterpCx<'tcx, Self>, _layout: TyAndLayout<'tcx>) -> bool {
+ fn enforce_validity_recursively(
936
+ ecx: &InterpCx<'tcx, Self>,
937
+ _layout: TyAndLayout<'tcx>,
938
+ ) -> bool {
939
ecx.machine.validation == ValidationMode::Deep
940
941
0 commit comments