blob: 4eb41ca24ddfe1e72b21ae9dd2b08365fc393fe7 [file] [log] [blame]
error[E0381]: borrow of possibly-uninitialized variable: `x`
--> $DIR/issue-24267-flow-exit.rs:12:20
|
LL | println!("{}", x);
| ^ use of possibly-uninitialized `x`
error[E0381]: borrow of possibly-uninitialized variable: `x`
--> $DIR/issue-24267-flow-exit.rs:18:20
|
LL | println!("{}", x);
| ^ use of possibly-uninitialized `x`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0381`.