blob: ab55d7994d0c9d634f74566e40c14a80e00e6791 [file] [log] [blame]
error[E0381]: capture of possibly uninitialized variable: `x`
--> $DIR/borrowck-block-unint.rs:4:11
|
LL | force(|| {
| ^^ use of possibly uninitialized `x`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0381`.