rust/compiler/rustc_hir_analysis
Jonathan Brouwer d93a38a488
Rollup merge of #152565 - Kivooeo:ctor-diag, r=BoxyUwU
fix missleading error for tuple ctor

r? BoxyUwU

fixes https://github.com/rust-lang/rust/issues/151414
2026-02-13 13:35:04 +01:00
..
src Rollup merge of #152565 - Kivooeo:ctor-diag, r=BoxyUwU 2026-02-13 13:35:04 +01:00
Cargo.toml Convert to inline diagnostics in rustc_hir_analysis 2026-02-06 10:05:35 +01:00
README.md Update links in compiler/rustc_hir_analysis/README.md for type checking 2025-12-26 16:34:49 +09:00

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