rust/compiler/rustc_ast_pretty/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
..
pprust Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 2021-02-18 16:57:34 +01:00
helpers.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs Box the biggest ast::ItemKind variants 2021-02-01 09:23:39 +01:00
pp.rs Add missing commas to rustc_ast_pretty::pp docs 2020-12-28 14:23:20 -08:00