rust-clippy/tests/ui/unknown_attribute.stderr

8 lines
163 B
Text

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