rust/tests/ui/unknown_attribute.stderr
2024-02-27 15:50:17 +01:00

8 lines
169 B
Text

error: usage of unknown attribute
--> tests/ui/unknown_attribute.rs:1:11
|
LL | #[clippy::unknown]
| ^^^^^^^
error: aborting due to 1 previous error