rust/compiler/rustc_mir_transform
Dylan MacKenzie 58c996c3a7 Move post-elaboration const-checking earlier in the pipeline
Instead we run `RemoveFalseEdges` and `RemoveUninitDrops` at the
appropriate time. The extra `SimplifyCfg` avoids visiting unreachable
blocks during `RemoveUninitDrops`.
2021-11-30 17:25:30 -08:00
..
src Move post-elaboration const-checking earlier in the pipeline 2021-11-30 17:25:30 -08:00
Cargo.toml Remove re-export. 2021-10-03 16:08:54 +02:00