blob: a5d321ea9bd350a748cdfe60f45e0f517ed4fc3b [file] [log] [blame]
error: unused attribute
--> $DIR/invalid-plugin-attr.rs:14:1
|
LL | #[plugin(bla)] //~ ERROR unused attribute
| ^^^^^^^^^^^^^^
|
note: lint level defined here
--> $DIR/invalid-plugin-attr.rs:11:9
|
LL | #![deny(unused_attributes)]
| ^^^^^^^^^^^^^^^^^
error: crate-level attribute should be an inner attribute: add an exclamation mark: #![foo]
--> $DIR/invalid-plugin-attr.rs:14:1
|
LL | #[plugin(bla)] //~ ERROR unused attribute
| ^^^^^^^^^^^^^^
error: aborting due to 2 previous errors