rust/src/librustc_mir
Guillaume Gomez 7bc322281d Rollup merge of #39383 - nagisa:mir-uninhabited-destinations, r=pnkfelix
Remove the workaround for gh32959

This workaround is no longer necessary as Rust, and by extension MIR, now support uninhabited type
properly. This removes the workaround for the gh32959 that was introduced in gh33267.

Fixes #32959
2017-02-02 22:22:26 +01:00
..
build Remove the workaround for gh32959 2017-01-29 08:17:34 +02:00
hair move cast_kinds into TypeckTables where it belongs 2017-01-27 16:16:43 -05:00
transform Merge ty::TyBox into ty::TyAdt 2017-01-30 23:14:15 +03:00
Cargo.toml Remove unused extern crates. 2017-01-22 01:31:02 +00:00
def_use.rs rustc: move mir::repr::* to mir. 2016-10-28 10:37:24 +03:00
diagnostics.rs Add error code test checkup 2016-08-24 11:28:09 +02:00
graphviz.rs rustc: rename TyCtxt's map field to hir. 2017-01-26 13:41:28 +02:00
lib.rs Remove unused extern crates. 2017-01-22 01:31:02 +00:00
mir_map.rs rustc: rename TyCtxt's map field to hir. 2017-01-26 13:41:28 +02:00
pretty.rs Rollup merge of #39311 - solson:fix-unpretty-mir-non-local, r=eddyb 2017-01-27 16:42:06 -08:00