flowistry_pdg::rustc::mir

Function write_mir_graphviz

Source
pub fn write_mir_graphviz<W>(
    tcx: TyCtxt<'_>,
    single: Option<DefId>,
    w: &mut W,
) -> Result<(), Error>
where W: Write,
Expand description

Write a graphviz DOT graph of a list of MIRs.