2024-03-14 10:49:28 +01:00
|
|
|
error: unknown diagnostic attribute
|
2024-11-18 10:45:26 -08:00
|
|
|
--> $DIR/deny_malformed_attribute.rs:5:15
|
2024-03-14 10:49:28 +01:00
|
|
|
|
|
|
|
|
|
LL | #[diagnostic::unknown_attribute]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
2024-11-18 10:45:26 -08:00
|
|
|
--> $DIR/deny_malformed_attribute.rs:3:9
|
2024-03-14 10:49:28 +01:00
|
|
|
|
|
|
|
|
|
LL | #![deny(unknown_or_malformed_diagnostic_attributes)]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|