]> git.lizzy.rs Git - rust.git/blob - src/test/ui/borrowck/borrowck-partial-reinit-4.stderr
Rollup merge of #88090 - nbdd0121:inference, r=nikomatsakis
[rust.git] / src / test / ui / borrowck / borrowck-partial-reinit-4.stderr
1 error[E0381]: assign of possibly-uninitialized variable: `x.0`
2   --> $DIR/borrowck-partial-reinit-4.rs:17:5
3    |
4 LL |     (x.0).0 = Some(Test);
5    |     ^^^^^^^ use of possibly-uninitialized `x.0`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0381`.