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 674b677 commit 3c332feCopy full SHA for 3c332fe
compiler/rustc_middle/src/ty/structural_impls.rs
@@ -829,15 +829,6 @@ impl<'tcx> TypeVisitable<TyCtxt<'tcx>> for InferConst {
829
}
830
831
832
-impl<'tcx> TypeSuperVisitable<TyCtxt<'tcx>> for ty::UnevaluatedConst<'tcx> {
833
- fn super_visit_with<V: TypeVisitor<TyCtxt<'tcx>>>(
834
- &self,
835
- visitor: &mut V,
836
- ) -> ControlFlow<V::BreakTy> {
837
- self.args.visit_with(visitor)
838
- }
839
-}
840
-
841
impl<'tcx> TypeVisitable<TyCtxt<'tcx>> for TyAndLayout<'tcx, Ty<'tcx>> {
842
fn visit_with<V: TypeVisitor<TyCtxt<'tcx>>>(&self, visitor: &mut V) -> ControlFlow<V::BreakTy> {
843
visitor.visit_ty(self.ty)
0 commit comments