[−][src]Crate rustc_mir
⚙️ This is an internal compiler API. (rustc_private
)
This crate is being loaded from the sysroot, a permanently unstable location for private compiler dependencies. It is not intended for general use. Prefer using a public version of this crate from crates.io via Cargo.toml
.
Rust MIR: a lowered representation of Rust.
Modules
borrow_check | Internal This query borrow-checks the MIR to (further) ensure it is not broken. |
const_eval | Internal |
dataflow | Internal |
interpret | Internal An interpreter for MIR used in CTFE and by miri |
monomorphize | Internal |
shim | Internal |
transform | Internal |
util | Internal |
Macros
compile_time_machine | Internal |
Functions
provide | Internal |