Skip to content

Commit 5cd68d5

Browse files
committed
Update a debug string
1 parent 19730cc commit 5cd68d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_incremental/persist/dirty_clean.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ impl<'a, 'tcx> DirtyCleanVisitor<'a, 'tcx> {
394394
//HirItem::Trait(..) => ("ItemTrait", LABELS_TRAIT),
395395

396396
// An implementation, eg `impl<A> Trait for Foo { .. }`
397-
HirItem::Impl(..) => ("ItemImpl", LABELS_IMPL),
397+
HirItem::Impl(..) => ("ItemKind::Impl", LABELS_IMPL),
398398

399399
_ => self.tcx.sess.span_fatal(
400400
attr.span,

0 commit comments

Comments
 (0)