We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1463d6f commit c4eb780Copy full SHA for c4eb780
tests/ui/unknown_attribute.rs
@@ -0,0 +1,3 @@
1
+#[clippy::unknown]
2
+#[clippy::cyclomatic_complexity = "1"]
3
+fn main() {}
tests/ui/unknown_attribute.stderr
@@ -0,0 +1,8 @@
+error: Usage of unknown attribute
+ --> $DIR/unknown_attribute.rs:1:11
+ |
4
+LL | #[clippy::unknown]
5
+ | ^^^^^^^
6
+
7
+error: aborting due to previous error
8
0 commit comments