]> git.proxmox.com Git - rustc.git/blame - src/test/ui/borrowck/borrowck-while-cond.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / borrowck / borrowck-while-cond.stderr
CommitLineData
b7449926 1error[E0381]: use of possibly uninitialized variable: `x`
0731742a 2 --> $DIR/borrowck-while-cond.rs:3:11
b7449926 3 |
532ac7d7 4LL | while x { }
b7449926
XL
5 | ^ use of possibly uninitialized `x`
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0381`.