mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +00:00

We need a different attribute than `rustc_align` because unstable attributes are tied to their feature (we can't have two unstable features use the same unstable attribute). Otherwise this uses all of the same infrastructure as `#[rustc_align]`.