blob: 80c4e0c80483d55a89f463e1737aeae5e0fde4dd [file] [log] [blame]
error[E0381]: use of possibly uninitialized variable: `v`
--> $DIR/borrowck-init-plus-equal.rs:3:9
|
LL | v = v + 1;
| ^ use of possibly uninitialized `v`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0381`.