blob: 972bf142db671f3c1fa5af7bb6c3c2535b0e8638 [file]
error[E0381]: used binding `x` isn't initialized
--> $DIR/precise-capture-155151.rs:20:18
|
LL | let Foo { x } = foo;
| - binding declared here but left uninitialized
...
LL | let _y = x;
| ^ `x` used here but it isn't initialized
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0381`.