summaryrefslogtreecommitdiff
path: root/tests/trybuild/unit-struct.stderr
blob: 41da09fd2e608ff94b43196d6a4613b2a2aaaa6c (plain)
1
2
3
4
5
6
7
error: proc-macro derive panicked
 --> tests/trybuild/unit-struct.rs:3:10
  |
3 | #[derive(Get)]
  |          ^^^
  |
  = help: message: called `Result::unwrap()` on an `Err` value: "can not generate getters on a unit struct"