Skip to content

Commit d7bdd38

Browse files
committed
Remove now-unneeded check
1 parent cf10baf commit d7bdd38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_const_eval/src/interpret/validity.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,6 @@ impl<'rt, 'tcx, M: Machine<'tcx>> ValidityVisitor<'rt, 'tcx, M> {
606606
}
607607
}
608608
}
609-
// These are controlled by rustc and not available for CTFE
610-
GlobalAlloc::Type { .. } => skip_recursive_check = true,
611609
_ => (),
612610
}
613611

0 commit comments

Comments
 (0)