summaryrefslogtreecommitdiff
path: root/tests/trybuild/invalid-attribute.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trybuild/invalid-attribute.stderr')
-rw-r--r--tests/trybuild/invalid-attribute.stderr23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/trybuild/invalid-attribute.stderr b/tests/trybuild/invalid-attribute.stderr
new file mode 100644
index 0000000..426cc06
--- /dev/null
+++ b/tests/trybuild/invalid-attribute.stderr
@@ -0,0 +1,23 @@
+error: proc-macro derive panicked
+ --> tests/trybuild/invalid-attribute.rs:3:10
+ |
+3 | #[derive(Get)]
+ | ^^^
+ |
+ = help: message: called `Result::unwrap()` on an `Err` value: "failed to parse attribute"
+
+error: proc-macro derive panicked
+ --> tests/trybuild/invalid-attribute.rs:9:10
+ |
+9 | #[derive(Get)]
+ | ^^^
+ |
+ = help: message: called `Result::unwrap()` on an `Err` value: "failed to parse attribute"
+
+error: proc-macro derive panicked
+ --> tests/trybuild/invalid-attribute.rs:15:10
+ |
+15 | #[derive(Get)]
+ | ^^^
+ |
+ = help: message: called `Result::unwrap()` on an `Err` value: "invalid name value list in attribute"