diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-02-10 21:26:48 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-02-12 09:42:41 +0000 |
| commit | 916951efcc51bb7c225a0dba676c34adef620f1d (patch) | |
| tree | 3ae1d924d6928e84d89335b8e50c53b77036e8b9 /compiler/rustc_incremental/src/persist/dirty_clean.rs | |
| parent | de4d615e6b86f7ef6deacd24610b0678230b8af3 (diff) | |
| download | rust-916951efcc51bb7c225a0dba676c34adef620f1d.tar.gz rust-916951efcc51bb7c225a0dba676c34adef620f1d.zip | |
Make impl_trait_ref into a query also returning more information about the impl
Diffstat (limited to 'compiler/rustc_incremental/src/persist/dirty_clean.rs')
| -rw-r--r-- | compiler/rustc_incremental/src/persist/dirty_clean.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_incremental/src/persist/dirty_clean.rs b/compiler/rustc_incremental/src/persist/dirty_clean.rs index 14cc8c260e2..8311a735133 100644 --- a/compiler/rustc_incremental/src/persist/dirty_clean.rs +++ b/compiler/rustc_incremental/src/persist/dirty_clean.rs @@ -63,7 +63,7 @@ const BASE_HIR: &[&str] = &[ /// `impl` implementation of struct/trait const BASE_IMPL: &[&str] = - &[label_strs::associated_item_def_ids, label_strs::generics_of, label_strs::impl_trait_ref]; + &[label_strs::associated_item_def_ids, label_strs::generics_of, label_strs::impl_trait_header]; /// DepNodes for mir_built/Optimized, which is relevant in "executable" /// code, i.e., functions+methods |
