summaryrefslogtreecommitdiff
path: root/tests/trybuild/tuple-struct-without-attribute.stderr
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2023-04-17 01:01:12 -0400
committerJohn Turner <jturner.usa@gmail.com>2023-04-17 01:01:12 -0400
commita6ed66e818416341d94961d848e58c9c948718fa (patch)
tree168270c2f7776acd00a207a560998b0ea15c88a1 /tests/trybuild/tuple-struct-without-attribute.stderr
parent2c0ae15fbe603b1deda2ec12306a0dadb5e6f5a3 (diff)
downloadget-a6ed66e818416341d94961d848e58c9c948718fa.tar.gz
added test case tuple-struct-without-attribute.rs
Diffstat (limited to 'tests/trybuild/tuple-struct-without-attribute.stderr')
-rw-r--r--tests/trybuild/tuple-struct-without-attribute.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/trybuild/tuple-struct-without-attribute.stderr b/tests/trybuild/tuple-struct-without-attribute.stderr
new file mode 100644
index 0000000..7ddd8c6
--- /dev/null
+++ b/tests/trybuild/tuple-struct-without-attribute.stderr
@@ -0,0 +1,7 @@
+error: proc-macro derive panicked
+ --> tests/trybuild/tuple-struct-without-attribute.rs:3:10
+ |
+3 | #[derive(Get)]
+ | ^^^
+ |
+ = help: message: called `Result::unwrap()` on an `Err` value: "tuple fields are required to have an attribute"