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