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

10 lines
295 B
Plaintext
Raw Normal View History

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