rust/tests/ui/useless_attribute.stderr
2018-01-17 14:44:40 +01:00

11 lines
345 B
Plaintext

error: useless lint attribute
--> $DIR/useless_attribute.rs:5:1
|
5 | #[allow(dead_code, unused_extern_crates)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if you just forgot a `!`, use: `#![allow(dead_code, unused_extern_crates)]`
|
= note: `-D useless-attribute` implied by `-D warnings`
error: aborting due to previous error