summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/macro-use-all-and-none.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/macro-use-all-and-none.stderr')
-rw-r--r--src/test/ui/macros/macro-use-all-and-none.stderr15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/ui/macros/macro-use-all-and-none.stderr b/src/test/ui/macros/macro-use-all-and-none.stderr
new file mode 100644
index 000000000..6de7ffb2f
--- /dev/null
+++ b/src/test/ui/macros/macro-use-all-and-none.stderr
@@ -0,0 +1,15 @@
+warning: unused attribute
+ --> $DIR/macro-use-all-and-none.rs:7:1
+ |
+LL | #[macro_use()]
+ | ^^^^^^^^^^^^^^ help: remove this attribute
+ |
+note: the lint level is defined here
+ --> $DIR/macro-use-all-and-none.rs:4:9
+ |
+LL | #![warn(unused_attributes)]
+ | ^^^^^^^^^^^^^^^^^
+ = note: attribute `macro_use` with an empty list has no effect
+
+warning: 1 warning emitted
+