removed compilation error
This commit is contained in:
parent
0cee527869
commit
267450a814
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ impl<'b, 'a, 'tcx> Gatherer<'b, 'a, 'tcx> {
|
||||||
self.loc,
|
self.loc,
|
||||||
InteriorOfSliceOrArray {
|
InteriorOfSliceOrArray {
|
||||||
ty: place_ty,
|
ty: place_ty,
|
||||||
is_index: matches!(elem, ProjectionElem::Index(..))
|
is_index: matches!(elem, ProjectionElem::Index(..)),
|
||||||
},
|
},
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue