rust/compiler/rustc_traits/src
Dylan DPC 66211f6657
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
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````
2021-02-18 16:57:34 +01:00
..
chalk Make ProjectionTy::trait_ref truncate substs again 2021-02-13 19:30:07 +00:00
dropck_outlives.rs Use debug log level for developer oriented logs 2021-02-13 00:00:00 +00:00
evaluate_obligation.rs
implied_outlives_bounds.rs Review changes 2021-01-16 18:56:37 -05:00
lib.rs TypeVisitor: use ControlFlow in rustc_{mir,privacy,traits,typeck} 2020-10-30 12:27:44 +01:00
normalize_erasing_regions.rs Review changes 2021-01-16 18:56:37 -05:00
normalize_projection_ty.rs
type_op.rs Review changes 2021-01-16 18:56:37 -05:00