summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/proc_macro_bug.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-ui/proc_macro_bug.stderr')
-rw-r--r--tests/rustdoc-ui/proc_macro_bug.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/rustdoc-ui/proc_macro_bug.stderr b/tests/rustdoc-ui/proc_macro_bug.stderr
new file mode 100644
index 000000000..5b048097c
--- /dev/null
+++ b/tests/rustdoc-ui/proc_macro_bug.stderr
@@ -0,0 +1,8 @@
+error: the `#[proc_macro_derive]` attribute is only usable with crates of the `proc-macro` crate type
+ --> $DIR/proc_macro_bug.rs:8:1
+ |
+LL | #[proc_macro_derive(DeriveA)]
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+error: aborting due to previous error
+