rust/src/librustc/mir
Mazdak Farrokhzad ee08261c8c
Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb
Changes the type `mir::Mir` into `mir::Body`

Fixes part 1 of #60229 (previously attempted in #60242).

I stumbled upon the issue and it seems that the previous attempt at solving it was not merged. This is a second try more up-to-date.

The commit should have changed comments as well.
At the time of writting, it passes the tidy and check tool.
2019-05-29 00:19:55 +02:00
..
interpret Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb 2019-05-29 00:19:55 +02:00
cache.rs Changes the type mir::Mir into mir::Body 2019-05-28 19:17:51 +02:00
mod.rs Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb 2019-05-29 00:19:55 +02:00
mono.rs Introduce InternedString::intern. 2019-05-20 09:17:00 +10:00
tcx.rs Improve type size assertions 2019-05-19 13:59:44 +03:00
traversal.rs Changes the type mir::Mir into mir::Body 2019-05-28 19:17:51 +02:00
visit.rs rustc: rename Mir to mir::Body in comments and to MIR in error strings. 2019-05-29 00:26:56 +03:00