Function rustc_mir::graphviz::write_mir_graphviz [] [src]

pub fn write_mir_graphviz<'a, 'b, 'tcx, W, I>(tcx: TyCtxt<'b, 'tcx, 'tcx>,
                                              iter: I,
                                              w: &mut W)
                                              -> Result<()> where W: Write, I: Iterator<Item=DefId>
🔬 This is a nightly-only experimental API. (rustc_private)

Write a graphviz DOT graph of a list of MIRs.