1
Fork 0
rust/compiler/rustc_hir_analysis/src/collect
Matthias Krüger 0b96b25bdf
Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit, r=eholk
Account for late-bound vars from parent arg-position impl trait

We should be reporting an error like we do for late-bound args coming from a parent APIT.

Fixes #113016
2023-06-30 08:01:13 +02:00
..
type_of Check that RPITs are compatible with the opaques inferred during HIR typeck too 2023-05-31 17:45:45 +00:00
generics_of.rs Intern OpaqueTy on ItemKind::OpaqueTy 2023-06-29 14:05:10 -03:00
item_bounds.rs pass PredicateFilter to compute_bounds 2023-06-27 18:28:27 +00:00
predicates_of.rs Add bidirectional where clauses on RPITIT synthesized GATs 2023-06-29 14:26:26 -03:00
resolve_bound_vars.rs Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit, r=eholk 2023-06-30 08:01:13 +02:00
type_of.rs Intern OpaqueTy on ItemKind::OpaqueTy 2023-06-29 14:05:10 -03:00