Sign in
◑
Theme
rust
/
rust
/
d7e8f9fc7af4aa4cd65140afaebe48dd1e90e708
/
.
/
tests
/
ui
/
attributes
/
invalid-repr.rs
blob: e88a51e9a3ab64f09c2f13eb9dd39a74f12b4e02 [
file
]
#[
repr
(
align
(
16
))]
//~^ ERROR attribute cannot be used on
pub
type
Foo
=
i32
;
fn
main
()
{}