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, 8 insertions, 0 deletions
diff --git a/src/test/ui/proc-macro/derive-still-gated.stderr b/src/test/ui/proc-macro/derive-still-gated.stderr
new file mode 100644
index 000000000..99289fdfe
--- /dev/null
+++ b/src/test/ui/proc-macro/derive-still-gated.stderr
@@ -0,0 +1,8 @@
+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
+