Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
attributes
/
unsafe
/
unsafe-safe-attribute_diagnostic.rs
blob: d9054248a292cf70d89f2d59505e8162cc912694 [
file
] [
log
] [
blame
]
#[
unsafe
(
diagnostic
::
on_unimplemented
(
//~ ERROR: unnecessary `unsafe`
message
=
"testing"
,
))]
trait
Foo
{}
fn
main
()
{}