Function flowistry_pdg::rustc::mir::pretty::write_mir_intro
source · pub fn write_mir_intro<'tcx>(
tcx: TyCtxt<'tcx>,
body: &Body<'_>,
w: &mut dyn Write
) -> Result<(), Error>
Expand description
Write out a human-readable textual representation of the MIR’s fn
type and the types of its
local variables (both user-defined bindings and compiler temporaries).