rust/tests/ui/unknown_attribute.stderr

9 lines
163 B
Plaintext
Raw Normal View History

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