We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34aa09a commit 61463fdCopy full SHA for 61463fd
src/tools/miri/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