format err
This commit is contained in:
@@ -174,9 +174,7 @@ impl<'tcx> MirPatch<'tcx> {
|
|||||||
|
|
||||||
for target in terminator_targets.iter().rev() {
|
for target in terminator_targets.iter().rev() {
|
||||||
let stmt = statements.pop().unwrap();
|
let stmt = statements.pop().unwrap();
|
||||||
body[*target]
|
body[*target].statements.insert(0, stmt);
|
||||||
.statements
|
|
||||||
.insert(0, stmt);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user