struct S { //~^ ERROR E0072 element: Option } fn main() { let x = S { element: None }; }