Rollup merge of #60516 - JohnTitor:remove-typeck, r=matthewjasper
Remove TypeckMir Fixes #60422 r? @matthewjasper
This commit is contained in:
commit
3cfd39bb2e
5 changed files with 127 additions and 188 deletions
|
|
@ -7,7 +7,7 @@ fn main() {
|
|||
}
|
||||
|
||||
// END RUST SOURCE
|
||||
// START rustc.main.TypeckMir.before.mir
|
||||
// START rustc.main.nll.0.mir
|
||||
// bb0: {
|
||||
// StorageLive(_1);
|
||||
// _1 = const 0i32;
|
||||
|
|
@ -31,4 +31,4 @@ fn main() {
|
|||
// StorageDead(_1);
|
||||
// return;
|
||||
// }
|
||||
// END rustc.main.TypeckMir.before.mir
|
||||
// END rustc.main.nll.0.mir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue