summaryrefslogtreecommitdiff
path: root/tests/trybuild/tuple-struct-without-attribute.rs
blob: 1e40334c1377415c7851fbe81092374c9313b7c8 (plain)
1
2
3
4
5
6
use get::Get;

#[derive(Get)]
pub struct NewType(u64);

pub fn main() {}