mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
0130c3a06e
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`