Update a debug string

This commit is contained in:
Oliver Schneider 2018-07-16 14:20:10 +02:00
parent 19730cc996
commit 5cd68d5a26
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ impl<'a, 'tcx> DirtyCleanVisitor<'a, 'tcx> {
//HirItem::Trait(..) => ("ItemTrait", LABELS_TRAIT),
// An implementation, eg `impl<A> Trait for Foo { .. }`
HirItem::Impl(..) => ("ItemImpl", LABELS_IMPL),
HirItem::Impl(..) => ("ItemKind::Impl", LABELS_IMPL),
_ => self.tcx.sess.span_fatal(
attr.span,