make super_projection take a PlaceRef
This commit is contained in:
@@ -414,8 +414,7 @@ impl UsedLocals {
|
||||
} else {
|
||||
// A definition. Although, it still might use other locals for indexing.
|
||||
self.super_projection(
|
||||
place.local,
|
||||
&place.projection,
|
||||
place.as_ref(),
|
||||
PlaceContext::MutatingUse(MutatingUseContext::Projection),
|
||||
location,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user