rust/compiler/rustc_hir_analysis
Matthias Krüger 085adfda3c
Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk
Remove `lifetime_capture_rules_2024` feature

Just use edition 2024 instead
2025-02-22 01:01:40 +01:00
..
2025-02-18 04:50:33 +00:00

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