2024-05-15 18:52:08 -05:00
|
|
|
error: `diagnostic::on_unimplemented` is not an unsafe attribute
|
2024-08-07 01:36:28 -05:00
|
|
|
--> $DIR/unsafe-safe-attribute_diagnostic.rs:1:3
|
2024-05-15 18:52:08 -05:00
|
|
|
|
|
|
|
|
LL | #[unsafe(diagnostic::on_unimplemented(
|
2024-07-09 19:06:49 -05:00
|
|
|
| ^^^^^^ this is not an unsafe attribute
|
2024-05-15 18:52:08 -05:00
|
|
|
|
|
|
|
|
= note: extraneous unsafe is not allowed in attributes
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|