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 3858eb3 commit cdc7218Copy full SHA for cdc7218
compiler/rustc_middle/src/ty/structural_impls.rs
@@ -730,12 +730,3 @@ impl<'tcx> TypeSuperVisitable<TyCtxt<'tcx>> for ty::Const<'tcx> {
730
self.kind().visit_with(visitor)
731
}
732
733
-
734
-impl<'tcx> TypeSuperVisitable<TyCtxt<'tcx>> for ty::UnevaluatedConst<'tcx> {
735
- fn super_visit_with<V: TypeVisitor<TyCtxt<'tcx>>>(
736
- &self,
737
- visitor: &mut V,
738
- ) -> ControlFlow<V::BreakTy> {
739
- self.args.visit_with(visitor)
740
- }
741
-}
0 commit comments