]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-fn_align.rs
Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-dead
[rust.git] / src / test / ui / feature-gates / feature-gate-fn_align.rs
1 #![crate_type = "lib"]
2
3 #[repr(align(16))] //~ ERROR `repr(align)` attributes on functions are unstable
4 fn requires_alignment() {}