mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
78b06057ef
Extend parsing of `ReprOptions` with `rustc_scalable_vector(N)` which optionally accepts a single literal integral value - the base multiple of lanes that are in a scalable vector. Can only be applied to structs. Co-authored-by: Jamie Cunliffe <Jamie.Cunliffe@arm.com>