rust-clippy/tests/ui/unknown_attribute.stderr

9 lines
163 B
Text
Raw Normal View History

error: usage of unknown attribute
2019-02-28 15:47:00 +00:00
--> $DIR/unknown_attribute.rs:1:11
|
LL | #[clippy::unknown]
| ^^^^^^^
error: aborting due to previous error