1
Fork 0

Feed is_type_alias_impl_trait for RPITITs on the trait side

This commit is contained in:
Santiago Pastorino 2023-03-13 19:02:28 -03:00
parent e41491fe05
commit 11f1810831
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
2 changed files with 3 additions and 0 deletions

View file

@ -191,6 +191,7 @@ rustc_queries! {
{
desc { "determine whether the opaque is a type-alias impl trait" }
separate_provide_extern
feedable
}
query unsizing_params_for_adt(key: DefId) -> &'tcx rustc_index::bit_set::BitSet<u32>