Sign in
fuchsia
/
third_party
/
rust
/
23f762d3b15eb897b1fd3199e8c075393b067b68
/
.
/
tests
/
ui
/
attributes
/
unsafe
/
unsafe-safe-attribute.rs
blob: 5af03a2b8d137a9ca320b88586841c6ff3d9a5b5 [
file
] [
log
] [
blame
]
#[
unsafe
(
repr
(
C
))]
//~ ERROR: is not an unsafe attribute
struct
Foo
{}
fn
main
()
{}