error[E0267]: `break` inside of a closure --> $DIR/E0267.rs:12:18 | LL | let w = || { break; }; //~ ERROR E0267 | ^^^^^ cannot break inside of a closure error: aborting due to previous error For more information about this error, try `rustc --explain E0267`.