Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
attributes
/
unsafe
/
unsafe-safe-attribute_diagnostic.rs
blob: 0f241cc439f34292727dd5f7467fc8d781380beb [
file
] [
log
] [
blame
]
#[
unsafe
(
diagnostic
::
on_unimplemented
(
//~ ERROR: is not an unsafe attribute
message
=
"testing"
,
))]
trait
Foo
{}
fn
main
()
{}