about summary refs log tree commit diff
path: root/tests/ui/attributes/malformed-static-align.rs
AgeCommit message (Collapse)AuthorLines
2025-09-09allow `#[rustc_align_static(N)]` on `static`sFolkert de Vries-0/+17
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]`.