Function rustc_mir::pretty::write_mir_pretty
[−]
[src]
pub fn write_mir_pretty<'a, 'b, 'tcx, I>(tcx: TyCtxt<'b, 'tcx, 'tcx>, iter: I, w: &mut Write) -> Result<()> where I: Iterator<Item=(&'a NodeId, &'a Mir<'tcx>)>, 'tcx: 'a
Unstable (
rustc_private
)Write out a human-readable textual representation for the given MIR.