mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
578d299fe7
ast_passes: unsupported arch w/ scalable vectors Fixes rust-lang/rust#153593 Emit an error when attempting to compile a `#[rustc_scalable_vector]` type for a architecture that fundamentally doesn't support scalable vectors. Ultimately this is just a diagnostic improvement for an internal attribute as users should never be doing this. r? @lqd