aboutsummaryrefslogtreecommitdiff
path: root/proc-macro-error/test-crate/tests/ui/not_proc_macro.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'proc-macro-error/test-crate/tests/ui/not_proc_macro.stderr')
-rw-r--r--proc-macro-error/test-crate/tests/ui/not_proc_macro.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/proc-macro-error/test-crate/tests/ui/not_proc_macro.stderr b/proc-macro-error/test-crate/tests/ui/not_proc_macro.stderr
new file mode 100644
index 0000000..52d6a09
--- /dev/null
+++ b/proc-macro-error/test-crate/tests/ui/not_proc_macro.stderr
@@ -0,0 +1,8 @@
+error: #[proc_macro_error] attribute can be used only with a proc-macro
+
+ hint: if you are really sure that #[proc_macro_error] should be applied to this exact function use #[proc_macro_error(allow_not_macro)]
+
+ --> $DIR/not_proc_macro.rs:3:1
+ |
+3 | #[proc_macro_error]
+ | ^^^^^^^^^^^^^^^^^^^