rust/src/test/ui/borrowck/borrowck-partial-reinit-4.stderr

10 lines
291 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error[E0383]: partial reinitialization of uninitialized structure `x.0`
2018-12-25 09:56:47 -06:00
--> $DIR/borrowck-partial-reinit-4.rs:17:5
2018-08-08 07:28:26 -05:00
|
LL | (x.0).0 = Some(Test);
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0383`.