about summary refs log tree commit diff
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, 0 insertions, 15 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
deleted file mode 100644
index 00b10dccd00..00000000000
--- a/src/test/ui/macros/macro-use-all-and-none.stderr
+++ /dev/null
@@ -1,15 +0,0 @@
-warning: unused attribute
-  --> $DIR/macro-use-all-and-none.rs:7:1
-   |
-LL | #[macro_use()]
-   | ^^^^^^^^^^^^^^ help: remove this attribute
-   |
-   = note: attribute `macro_use` with an empty list has no effect
-note: the lint level is defined here
-  --> $DIR/macro-use-all-and-none.rs:4:9
-   |
-LL | #![warn(unused_attributes)]
-   |         ^^^^^^^^^^^^^^^^^
-
-warning: 1 warning emitted
-