rustc_mir_dataflow::framework::graphviz

Function diff_pretty

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