struct Foo { field: i64, } fn main() { Foo::builder(); }