Function rustc_mir::util::pretty::write_extra[][src]

fn write_extra<'cx, 'gcx, 'tcx, F>(
    tcx: TyCtxt<'cx, 'gcx, 'tcx>,
    write: &mut Write,
    visit_op: F
) -> Result<()> where
    F: FnMut(&mut ExtraComments<'cx, 'gcx, 'tcx>), 
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

After we print the main statement, we sometimes dump extra information. There's often a lot of little things "nuzzled up" in a statement.