rust/compiler/rustc_hir_analysis
Matthias Krüger 77a1d6b266
Rollup merge of #136891 - compiler-errors:unconstrained-anon-lt, r=lqd
Check sig for errors before checking for unconstrained anonymous lifetime

Fixes #136841
2025-02-12 06:07:40 +01:00
..

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