mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +00:00
Update a debug string
This commit is contained in:
parent
19730cc996
commit
5cd68d5a26
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user