rust/compiler/rustc_hir_analysis
Matthias Krüger 20656d9202
Rollup merge of #123898 - fmease:gci-cmp-impl-item-lt-params, r=compiler-errors
Generic associated consts: Check regions earlier when comparing impl with trait item def

Fixes #123836.

r? compiler-errors or compiler
2024-04-14 09:01:59 +02:00
..
2024-03-08 12:34:05 +03:00
2024-04-09 12:17:34 -04:00

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