frontend 0.4.0

rustc's frontend with no LLVM and no std: parsing through MIR, as a library
1
2
3
4
pub use crate::rustc_type_ir::solve::inspect::*;

mod build;
pub(in crate::rustc_next_trait_solver::solve) use build::*;