Files
rust/compiler
bors eb4fc71dc9 Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis
Move binder for dyn to each list item

This essentially changes `ty::Binder<&'tcx List<ExistentialTraitRef>>` to `&'tcx List<ty::Binder<ExistentialTraitRef>>`.

This is a first step in moving the `dyn Trait` representation closer to Chalk, which we've talked about in `@rust-lang/wg-traits.`

r? `@nikomatsakis`
2020-12-17 18:21:20 +00:00
..
2020-12-14 22:00:46 -05:00
2020-11-22 13:45:14 +00:00
2020-12-03 17:08:19 -05:00
2020-12-13 13:36:01 -08:00
2020-12-03 17:08:19 -05:00
2020-12-14 22:19:15 -05:00