mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
66211f6657
Ensure valid TraitRefs are created for GATs This fixes `ProjectionTy::trait_ref` to use the correct substs. Places that need all of the substs have been updated to not use `trait_ref`. r? ````@jackh726````