Rename rustc_mir to rustc_const_eval.
This commit is contained in:
parent
fd9c04fe32
commit
c5fc2609f0
64 changed files with 66 additions and 66 deletions
5
compiler/rustc_const_eval/src/transform/mod.rs
Normal file
5
compiler/rustc_const_eval/src/transform/mod.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
pub mod check_consts;
|
||||
pub mod promote_consts;
|
||||
pub mod validate;
|
||||
|
||||
pub use rustc_middle::mir::MirPass;
|
Loading…
Add table
Add a link
Reference in a new issue