]> git.proxmox.com Git - rustc.git/blame - src/test/ui/borrowck/borrowck-while-break.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / borrowck / borrowck-while-break.stderr
CommitLineData
b7449926 1error[E0381]: use of possibly uninitialized variable: `v`
0731742a 2 --> $DIR/borrowck-while-break.rs:7:20
b7449926
XL
3 |
4LL | println!("{}", v); //~ ERROR use of possibly uninitialized variable: `v`
5 | ^ use of possibly uninitialized `v`
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0381`.