We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5375b2 commit b137a47Copy full SHA for b137a47
src/librustc/mir/visit.rs
@@ -712,7 +712,7 @@ macro_rules! make_mir_visitor {
712
location: Location) {
713
// this is calling `super_place` in preparation for changing `Place` to be
714
// a struct with a base and a slice of projections. `visit_place` should only ever
715
- // be called for the base place now.
+ // be called for the outermost place now.
716
self.super_place(& $($mutability)? proj.base, context, location);
717
match & $($mutability)? proj.elem {
718
ProjectionElem::Deref => {
0 commit comments