Skip to content

Commit 267450a

Browse files
removed compilation error
1 parent 0cee527 commit 267450a

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir/src/dataflow/move_paths

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_mir/src/dataflow/move_paths/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl<'b, 'a, 'tcx> Gatherer<'b, 'a, 'tcx> {
137137
self.loc,
138138
InteriorOfSliceOrArray {
139139
ty: place_ty,
140-
is_index: matches!(elem, ProjectionElem::Index(..))
140+
is_index: matches!(elem, ProjectionElem::Index(..)),
141141
},
142142
));
143143
}

0 commit comments

Comments
 (0)