2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-01-09 11:48:44 +00:00
rust-clippy/tests/ui/unknown_attribute.stderr
2020-08-10 23:49:06 +02: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