Module rustc_mir::mir_map
[−]
[src]
Unstable (
rustc_private
)An experimental pass that scources for #[rustc_mir]
attributes,
builds the resulting MIR, and dumps it out into a file for inspection.
The attribute formats that are currently accepted are:
#[rustc_mir(graphviz="file.gv")]
#[rustc_mir(pretty="file.mir")]
Functions
build_mir_for_crate | [Unstable] |