rust/compiler/rustc_hir_analysis/src/collect
bors 0130c3a06e Auto merge of #113215 - compiler-errors:rpitit-predicates-tweaks, r=spastorino
Make RPITITs assume/require their parent method's predicates

Removes a FIXME from the `param_env` query where we were manually adding the parent function's predicates to the RPITIT's assumptions.

r? `@spastorino`
2023-07-04 04:24:24 +00: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 RPITITs inherit method predicates 2023-06-30 20:08:56 +00: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