Files
rust/compiler/rustc_hir_analysis
David Wood f760fdd8dc hir_analysis: check number of vectors in tuples
Introduces a new check in `rustc_hir_analysis` enforcing that tuples of
scalable vectors should only up to eight vectors.
2026-03-10 11:52:15 +00:00
..

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