]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/match-refactor-to-expr.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / match-refactor-to-expr.stderr
CommitLineData
0531ce1d 1error: expected one of `.`, `?`, `{`, or an operator, found `;`
f035d41b 2 --> $DIR/match-refactor-to-expr.rs:8:9
0531ce1d 3 |
532ac7d7 4LL | match
a1dfa0c6
XL
5 | -----
6 | |
ee023bcb 7 | while parsing this `match` expression
a1dfa0c6 8 | help: try removing this `match`
f035d41b
XL
9LL | Some(4).unwrap_or(5)
10 | - expected one of `.`, `?`, `{`, or an operator
532ac7d7
XL
11LL |
12LL | ;
0531ce1d
XL
13 | ^ unexpected token
14
15error: aborting due to previous error
16