We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e9e76 commit 1d8db54Copy full SHA for 1d8db54
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