mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
error: usage of unknown attribute
|
|
--> $DIR/unknown_attribute.rs:1:11
|
|
|
|
|
LL | #[clippy::unknown]
|
|
| ^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|