Function rustc_mir_dataflow::framework::graphviz::diff_pretty

source ·
fn diff_pretty<T, C>(new: T, old: T, ctxt: &C) -> String
where T: DebugWithContext<C>,