mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
362010d6be
Fortify handing of where bounds on trait & trait alias definitions Closes https://github.com/rust-lang/rust/issues/96664 Closes https://github.com/rust-lang/rust/issues/96665 Since https://github.com/rust-lang/rust/pull/93803, when listing all bounds and predicates we now need to account for the possible presence of predicates on any of the generic parameters. Both bugs were hidden by the special handling of bounds at the generic parameter declaration position. Trait alias expansion used to confuse predicates on `Self` and where predicates. Exiting too late when listing all the bounds caused a cycle error. |
||
---|---|---|
.. | ||
locales/en-US | ||
src | ||
Cargo.toml |