rust/src/test/ui/borrowck/borrowck-init-in-fru.ast.nll.stderr

10 lines
342 B
Plaintext
Raw Normal View History

2018-10-16 15:08:59 +00:00
error[E0381]: use of possibly uninitialized variable: `origin`
2018-08-08 12:28:26 +00:00
--> $DIR/borrowck-init-in-fru.rs:22:5
|
LL | origin = point {x: 10,.. origin};
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of possibly uninitialized `origin.y`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0381`.