Skip to main content

write_mir_pretty

Function write_mir_pretty 

Source
pub fn write_mir_pretty<'tcx>(
    tcx: TyCtxt<'tcx>,
    w: &mut dyn Write,
) -> Result<()>
Expand description

Write out a human-readable textual representation of this crate’s MIR, with the default PrettyPrintMirOptions.