]> git.proxmox.com Git - rustc.git/blame - src/test/ui/resolve/token-error-correct-2.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / resolve / token-error-correct-2.stderr
CommitLineData
dfeec247 1error: mismatched closing delimiter: `)`
94222f64 2 --> $DIR/token-error-correct-2.rs:4:12
32a655c1 3 |
0531ce1d 4LL | if foo {
94222f64 5 | ^ unclosed delimiter
532ac7d7
XL
6LL |
7LL | )
dfeec247 8 | ^ mismatched closing delimiter
32a655c1
SL
9
10error[E0425]: cannot find value `foo` in this scope
0731742a 11 --> $DIR/token-error-correct-2.rs:4:8
32a655c1 12 |
0531ce1d 13LL | if foo {
32a655c1
SL
14 | ^^^ not found in this scope
15
041b39d2 16error: aborting due to 2 previous errors
32a655c1 17
0531ce1d 18For more information about this error, try `rustc --explain E0425`.