blob: 7ddd8c67bfe38914ab7fc27d0ec0d7f29bbe162c (
plain)
1
2
3
4
5
6
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"
|