Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-fn_align.rs
blob: ea873dba269c4ee57fb9e82420b310c10629e38d [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
#[
repr
(
align
(
16
))]
//~ ERROR `repr(align)` attributes on functions are unstable
fn
requires_alignment
()
{}