mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
f760fdd8dc
Introduces a new check in `rustc_hir_analysis` enforcing that tuples of scalable vectors should only up to eight vectors.
For high-level intro to how type checking works in rustc, see the hir typeck chapter of the rustc dev guide.