]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/unknown_attribute.stderr
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / unknown_attribute.stderr
diff --git a/src/tools/clippy/tests/ui/unknown_attribute.stderr b/src/tools/clippy/tests/ui/unknown_attribute.stderr
new file mode 100644 (file)
index 0000000..618c598
--- /dev/null
@@ -0,0 +1,8 @@
+error: usage of unknown attribute
+  --> $DIR/unknown_attribute.rs:1:11
+   |
+LL | #[clippy::unknown]
+   |           ^^^^^^^
+
+error: aborting due to previous error
+