pub fn write_mir_pretty<'tcx>( tcx: TyCtxt<'tcx>, w: &mut dyn Write, ) -> Result<()>
Write out a human-readable textual representation of this crate’s MIR, with the default PrettyPrintMirOptions.
PrettyPrintMirOptions