2021-09-07 20:46:26 +02:00

6 lines
101 B
Rust

pub mod check_consts;
pub mod promote_consts;
pub mod validate;
pub use rustc_middle::mir::MirPass;