diff options
| author | bohan <bohan-zhang@foxmail.com> | 2025-07-13 02:52:03 +0800 |
|---|---|---|
| committer | bohan <bohan-zhang@foxmail.com> | 2025-07-13 02:52:13 +0800 |
| commit | 47e15d90e13b5238117971298a3573ddebd87a40 (patch) | |
| tree | a87477f39fa2912da6a28b2f1a13f6f0f6a77af2 /compiler/rustc_metadata/src/rmeta/decoder | |
| parent | dc6c3300fcf520b2931355e922caa66758becb71 (diff) | |
| download | rust-47e15d90e13b5238117971298a3573ddebd87a40.tar.gz rust-47e15d90e13b5238117971298a3573ddebd87a40.zip | |
query RPITIT in a trait or impl
Diffstat (limited to 'compiler/rustc_metadata/src/rmeta/decoder')
| -rw-r--r-- | compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs b/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs index 6943d4198df..19954459cb5 100644 --- a/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs +++ b/compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs @@ -326,7 +326,7 @@ provide! { tcx, def_id, other, cdata, .process_decoded(tcx, || panic!("{def_id:?} does not have trait_impl_trait_tys"))) } - associated_types_for_impl_traits_in_associated_fn => { table_defaulted_array } + associated_types_for_impl_traits_in_trait_or_impl => { table } visibility => { cdata.get_visibility(def_id.index) } adt_def => { cdata.get_adt_def(def_id.index, tcx) } |
