Reduce size of statements
This commit is contained in:
parent
2fb1fb7634
commit
0a97eee8df
10 changed files with 16 additions and 14 deletions
|
@ -80,7 +80,7 @@ impl<'tcx> CFG<'tcx> {
|
|||
cause: FakeReadCause,
|
||||
place: Place<'tcx>,
|
||||
) {
|
||||
let kind = StatementKind::FakeRead(cause, box place);
|
||||
let kind = StatementKind::FakeRead(box (cause, place));
|
||||
let stmt = Statement { source_info, kind };
|
||||
self.push(block, stmt);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue