Files
rust/compiler/rustc_hir_analysis
Guillaume Gomez 3adbd3ae4e Rollup merge of #151055 - mgca-arr, r=BoxyUwU
Emit error instead of delayed bug when meeting mismatch type for const array

r? BoxyUwU

resolve: rust-lang/rust#151024

cc: https://github.com/rust-lang/rust/pull/150869
2026-01-13 23:39:13 +01:00
..
2025-12-05 14:22:52 +01:00

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