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 fd1f8aa commit 8918a9dCopy full SHA for 8918a9d
compiler/stable_mir/src/mir/visit.rs
@@ -76,9 +76,9 @@ pub trait MirVisitor {
76
self.super_place(place, ptx, location)
77
}
78
79
- fn visit_projection_elem<'a>(
+ fn visit_projection_elem(
80
&mut self,
81
- place_ref: PlaceRef<'a>,
+ place_ref: PlaceRef<'_>,
82
elem: &ProjectionElem,
83
ptx: PlaceContext,
84
location: Location,
0 commit comments