]> git.proxmox.com Git - rustc.git/blame - src/test/ui/try-block/try-block-opt-init.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / try-block / try-block-opt-init.stderr
CommitLineData
e1599b0c 1error[E0381]: borrow of possibly-uninitialized variable: `cfg_res`
0731742a 2 --> $DIR/try-block-opt-init.rs:15:5
b7449926 3 |
532ac7d7 4LL | assert_eq!(cfg_res, 5);
e1599b0c 5 | ^^^^^^^^^^^^^^^^^^^^^^^ use of possibly-uninitialized `cfg_res`
b7449926 6 |
17df50a5 7 = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
b7449926
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0381`.