]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/token-error-correct-4.stderr
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / resolve / token-error-correct-4.stderr
1 error: expected one of `)`, `,`, `.`, `?`, or an operator, found `;`
2   --> $DIR/token-error-correct-4.rs:9:12
3    |
4 LL |     setsuna(kazusa();
5    |            ^        ^ help: `)` may belong here
6    |            |
7    |            unclosed delimiter
8
9 error: expected expression, found `)`
10   --> $DIR/token-error-correct-4.rs:10:1
11    |
12 LL | }
13    | ^ expected expression
14
15 error: aborting due to 2 previous errors
16