Rollup merge of #60516 - JohnTitor:remove-typeck, r=matthewjasper

Remove TypeckMir

Fixes #60422

r? @matthewjasper
This commit is contained in:
Mazdak Farrokhzad 2019-05-04 09:21:27 +02:00 committed by GitHub
commit 3cfd39bb2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 127 additions and 188 deletions

View file

@ -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