]> git.lizzy.rs Git - rust.git/blob - src/test/ui/resolve/token-error-correct-4.stderr
64aff54ba731128370867ce82a5a947daa6064e2
[rust.git] / src / test / ui / resolve / token-error-correct-4.stderr
1 error: expected one of `)`, `,`, `.`, `?`, or an operator, found `;`
2   --> $DIR/token-error-correct-4.rs:9:21
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