rust-clippy/tests/ui/unknown_attribute.stderr
2019-02-28 20:18:42 +01:00

8 lines
163 B
Text

error: Usage of unknown attribute
--> $DIR/unknown_attribute.rs:1:11
|
LL | #[clippy::unknown]
| ^^^^^^^
error: aborting due to previous error