mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 16:47:02 +00:00
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
error: unnecessary `unsafe` on safe attribute
|
|
--> $DIR/unsafe-safe-attribute_diagnostic.rs:1:3
|
|
|
|
|
LL | #[unsafe(diagnostic::on_unimplemented(
|
|
| ^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|