mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
9 lines
163 B
Text
9 lines
163 B
Text
|
error: Usage of unknown attribute
|
||
|
--> $DIR/unknown_attribute.rs:1:11
|
||
|
|
|
||
|
LL | #[clippy::unknown]
|
||
|
| ^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|