We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c25de6 commit e867886Copy full SHA for e867886
compiler/rustc_privacy/src/lib.rs
@@ -98,9 +98,6 @@ trait DefIdVisitor<'tcx> {
98
fn visit_trait(&mut self, trait_ref: TraitRef<'tcx>) -> ControlFlow<Self::BreakTy> {
99
self.skeleton().visit_trait(trait_ref)
100
}
101
- fn visit_projection_ty(&mut self, projection: ty::AliasTy<'tcx>) -> ControlFlow<Self::BreakTy> {
102
- self.skeleton().visit_projection_ty(projection)
103
- }
104
fn visit_predicates(
105
&mut self,
106
predicates: ty::GenericPredicates<'tcx>,
0 commit comments