index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
attributes
/
unsafe
/
unsafe-safe-attribute.rs
blob: 5af03a2b8d137a9ca320b88586841c6ff3d9a5b5 (
plain
)
1
2
3
4
#[unsafe(repr(C))]
//~ ERROR: is not an unsafe attribute
struct
Foo
{}
fn
main
()
{}