diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-02-12 18:26:47 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-02-14 19:55:44 +0000 |
| commit | 03dff82d598233d4f1193d763f73c71a76ad6187 (patch) | |
| tree | 479ecf751628d20a9e10de14b46573edfe4ec302 /compiler/rustc_save_analysis | |
| parent | 9bb6e60d1f1360234aae90c97964c0fa5524f141 (diff) | |
| download | rust-03dff82d598233d4f1193d763f73c71a76ad6187.tar.gz rust-03dff82d598233d4f1193d763f73c71a76ad6187.zip | |
Add `of_trait` to DefKind::Impl.
Diffstat (limited to 'compiler/rustc_save_analysis')
| -rw-r--r-- | compiler/rustc_save_analysis/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_save_analysis/src/lib.rs b/compiler/rustc_save_analysis/src/lib.rs index a9a92cc4f62..ad151bc2e1b 100644 --- a/compiler/rustc_save_analysis/src/lib.rs +++ b/compiler/rustc_save_analysis/src/lib.rs @@ -733,7 +733,7 @@ impl<'tcx> SaveContext<'tcx> { | HirDefKind::Use | HirDefKind::Field | HirDefKind::GlobalAsm - | HirDefKind::Impl + | HirDefKind::Impl { .. } | HirDefKind::Closure | HirDefKind::Generator, _, |
