rust/compiler/rustc_infer/src
Matthias Krüger 9835b90c91
Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis
Include Projections when elaborating TypeOutlives

Fixes #92280

In `Elaborator`, we elaborate that `Foo<<Bar as Baz>::Assoc>: 'a` -> `<Bar as Baz>::Assoc: 'a`. This is the same rule that would be applied to any other `Param`. If there are escaping vars, we continue to do nothing.

r? `@nikomatsakis`
2022-01-16 16:58:17 +01:00
..
infer Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis 2022-01-16 16:58:17 +01:00
traits Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis 2022-01-16 16:58:17 +01:00
lib.rs Rollup merge of #91878 - LegionMammal978:less-inband-infer, r=Aaron1011 2021-12-19 17:38:33 +01:00