summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/derive-still-gated.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/proc-macro/derive-still-gated.stderr')
-rw-r--r--src/test/ui/proc-macro/derive-still-gated.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/proc-macro/derive-still-gated.stderr b/src/test/ui/proc-macro/derive-still-gated.stderr
deleted file mode 100644
index 99289fdfe..000000000
--- a/src/test/ui/proc-macro/derive-still-gated.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: cannot find attribute `derive_Empty` in this scope
- --> $DIR/derive-still-gated.rs:6:3
- |
-LL | #[derive_Empty]
- | ^^^^^^^^^^^^
-
-error: aborting due to previous error
-