]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/token-error-correct-4.stderr
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
[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