rust/compiler/rustc_ty_utils
Matthias Krüger d86fd83ef6
Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errors
Fix generics_of for impl's RPITIT synthesized associated type

The only useful commit is the last one.

This makes `generics_of` for the impl side RPITIT copy from the trait's associated type and avoid the fn on the impl side which was previously wrongly used.
This solution is better but we still need to fix resolution of the generated generics.

r? ``@compiler-errors``
2023-03-20 09:46:53 +01:00
..
src Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errors 2023-03-20 09:46:53 +01:00
Cargo.toml move things from rustc_target::abi to rustc_abi 2022-11-24 16:26:13 +03:30
messages.ftl Simplify message paths 2023-03-11 22:51:57 +01:00