1 2 3 4 5 6 7 8
struct S { //~^ ERROR E0072 element: Option<S> } fn main() { let x = S { element: None }; }