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

Write out a human-readable textual representation for the given MIR.