1b0e78738b
This adds reference annotations for `diagnostic::on_unimplmented` and the `diagnostic` namespace in general.
16 lines
496 B
Text
16 lines
496 B
Text
warning: unknown diagnostic attribute
|
|
--> $DIR/non_existing_attributes_accepted.rs:3:15
|
|
|
|
|
LL | #[diagnostic::non_existing_attribute]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: `#[warn(unknown_or_malformed_diagnostic_attributes)]` on by default
|
|
|
|
warning: unknown diagnostic attribute
|
|
--> $DIR/non_existing_attributes_accepted.rs:8:15
|
|
|
|
|
LL | #[diagnostic::non_existing_attribute(with_option = "foo")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: 2 warnings emitted
|
|
|