]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/missing_right_paren.stderr
Rollup merge of #68487 - 0dvictor:nolink, r=tmandry
[rust.git] / src / test / ui / parser / missing_right_paren.stderr
1 error: this file contains an unclosed delimiter
2   --> $DIR/missing_right_paren.rs:3:11
3    |
4 LL | fn main((ؼ
5    |        -- ^
6    |        ||
7    |        |unclosed delimiter
8    |        unclosed delimiter
9
10 error: this file contains an unclosed delimiter
11   --> $DIR/missing_right_paren.rs:3:11
12    |
13 LL | fn main((ؼ
14    |        -- ^
15    |        ||
16    |        |unclosed delimiter
17    |        unclosed delimiter
18
19 error: expected one of `:` or `|`, found `)`
20   --> $DIR/missing_right_paren.rs:3:11
21    |
22 LL | fn main((ؼ
23    |           ^ expected one of `:` or `|`
24
25 error: expected `;` or `{`, found `<eof>`
26   --> $DIR/missing_right_paren.rs:3:11
27    |
28 LL | fn main((ؼ
29    |           ^ expected `;` or `{`
30
31 error: aborting due to 4 previous errors
32