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