summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/derive-still-gated.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/proc-macro/derive-still-gated.stderr')
-rw-r--r--tests/ui/proc-macro/derive-still-gated.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/derive-still-gated.stderr b/tests/ui/proc-macro/derive-still-gated.stderr
new file mode 100644
index 000000000..99289fdfe
--- /dev/null
+++ b/tests/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
+