rust-clippy/tests/ui/unknown_attribute.stderr

9 lines
169 B
Text
Raw Normal View History

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