diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-07-16 14:20:10 +0200 |
|---|---|---|
| committer | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-07-16 15:09:17 +0200 |
| commit | 5cd68d5a263f79d805f5630bf6106bc550b9806b (patch) | |
| tree | ee251ff0c9df94a68e8825c17809e9616637b660 | |
| parent | 19730cc9967161b286c2c1ae77644f14f857a39e (diff) | |
| download | rust-5cd68d5a263f79d805f5630bf6106bc550b9806b.tar.gz rust-5cd68d5a263f79d805f5630bf6106bc550b9806b.zip | |
Update a debug string
| -rw-r--r-- | src/librustc_incremental/persist/dirty_clean.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_incremental/persist/dirty_clean.rs b/src/librustc_incremental/persist/dirty_clean.rs index 51409a0d283..39e674a6095 100644 --- a/src/librustc_incremental/persist/dirty_clean.rs +++ b/src/librustc_incremental/persist/dirty_clean.rs @@ -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, |
