Files
rust/tests/ui/attributes/unsafe/unsafe-safe-attribute_diagnostic.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
202 B
Plaintext
Raw Normal View History

2025-09-14 16:17:51 +08:00
error: unnecessary `unsafe` on safe attribute
2024-08-07 01:36:28 -05:00
--> $DIR/unsafe-safe-attribute_diagnostic.rs:1:3
|
LL | #[unsafe(diagnostic::on_unimplemented(
2025-09-14 16:17:51 +08:00
| ^^^^^^
error: aborting due to 1 previous error