rust/compiler/rustc_typeck
Matthias Krüger 55d5513662
Rollup merge of #92918 - compiler-errors:gat-expr-lifetime-elision, r=jackh726
Allow eliding GATs in expression position

Thoughts on whether this is worthwhile?

Fixes #92836

r? ``@jackh726``
2022-01-31 06:58:27 +01:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.