summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-fn_align.rs
blob: ea873dba269c4ee57fb9e82420b310c10629e38d (plain)
1
2
3
4
#![crate_type = "lib"]

#[repr(align(16))] //~ ERROR `repr(align)` attributes on functions are unstable
fn requires_alignment() {}