We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b9ccbb + 1d8db54 commit cc0ee34Copy full SHA for cc0ee34
compiler/rustc_type_ir/src/region_kind.rs
@@ -193,7 +193,7 @@ impl<I: Interner> fmt::Debug for RegionKind<I> {
193
194
ReVar(vid) => write!(f, "{vid:?}"),
195
196
- RePlaceholder(placeholder) => write!(f, "{placeholder:?}"),
+ RePlaceholder(placeholder) => write!(f, "'{placeholder:?}"),
197
198
// Use `'{erased}` as the output instead of `'erased` so that its more obviously distinct from
199
// a `ReEarlyParam` named `'erased`. Technically that would print as `'erased/#IDX` so this is
0 commit comments