mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
687ee7fee4
Addresses the second part of #42171 by removing the `TraitRef` from `ProjectionTy`, and directly storing its `Substs`. Closes #42171.