2018-08-11 05:15:58 -05:00
|
|
|
error[E0381]: use of possibly uninitialized variable: `x`
|
2018-08-14 07:24:44 -05:00
|
|
|
--> $DIR/assign_mutable_fields.rs:29:10
|
2018-08-11 05:15:58 -05:00
|
|
|
|
|
|
|
|
LL | drop(x); //~ ERROR
|
|
|
|
| ^ use of possibly uninitialized `x`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0381`.
|