blob: b72109f0644ee6b582830ecc16faa5ce3a0f2292 [file] [log] [blame]
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`.