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