mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 14:57:06 +00:00
Consolidate WF for aliases Make RPITs/TAITs/weak (type) aliases/projections all enforce: 1. their nominal predicates 2. their args are WF This possibly does extra work, but is also nice for consistency sake. r? lcnr