mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
8 lines
169 B
Text
8 lines
169 B
Text
error: usage of unknown attribute
|
|
--> tests/ui/unknown_attribute.rs:3:11
|
|
|
|
|
LL | #[clippy::unknown]
|
|
| ^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|