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
8
compiler/rustc_const_eval/src/util/mod.rs
Normal file
8
compiler/rustc_const_eval/src/util/mod.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
pub mod aggregate;
|
||||
mod alignment;
|
||||
pub mod collect_writes;
|
||||
mod find_self_call;
|
||||
|
||||
pub use self::aggregate::expand_aggregate;
|
||||
pub use self::alignment::is_disaligned;
|
||||
pub use self::find_self_call::find_self_call;
|
Loading…
Add table
Add a link
Reference in a new issue