rust/compiler/rustc_hir_analysis
Matthias Krüger e76bd6214f
Rollup merge of #122100 - compiler-errors:better-capture, r=oli-obk
Better comment for implicit captures in RPITIT

Improve the error message for implicit captures. Also always set E0657.

r? oli-obk
2024-03-08 21:02:00 +01:00
..

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