We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907ce72 commit 0ce96bdCopy full SHA for 0ce96bd
compiler/rustc_mir/src/dataflow/framework/fmt.rs
@@ -33,7 +33,7 @@ pub trait DebugWithContext<C>: Eq + fmt::Debug {
33
}
34
35
write!(f, "\u{001f}-")?;
36
- self.fmt_with(ctxt, f)
+ old.fmt_with(ctxt, f)
37
38
39
0 commit comments