diff options
Diffstat (limited to 'tests/trybuild/unit-struct.rs')
| -rw-r--r-- | tests/trybuild/unit-struct.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/trybuild/unit-struct.rs b/tests/trybuild/unit-struct.rs new file mode 100644 index 0000000..5a3ed0c --- /dev/null +++ b/tests/trybuild/unit-struct.rs @@ -0,0 +1,6 @@ +use get::Get; + +#[derive(Get)] +struct Cat; + +pub fn main() {} |
