]> git.proxmox.com Git - rustc.git/blob - src/test/ui/moves/move-into-dead-array-1.nll.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / moves / move-into-dead-array-1.nll.stderr
1 error[E0381]: use of possibly uninitialized variable: `a`
2 --> $DIR/move-into-dead-array-1.rs:14:5
3 |
4 LL | a[i] = d(); //~ ERROR use of possibly uninitialized variable: `a`
5 | ^^^^ use of possibly uninitialized `a`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0381`.