rust/tests/ui/unknown_attribute.stderr

9 lines
163 B
Plaintext
Raw Normal View History

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