mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
8 lines
165 B
Text
8 lines
165 B
Text
error: usage of unknown attribute
|
|
--> $DIR/unknown_attribute.rs:1:11
|
|
|
|
|
LL | #[clippy::unknown]
|
|
| ^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|