]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-84148-2.stderr
Rollup merge of #85989 - jyn514:gitignore-cleanup, r=ehuss
[rust.git] / src / test / ui / parser / issue-84148-2.stderr
1 error: this file contains an unclosed delimiter
2   --> $DIR/issue-84148-2.rs:4:16
3    |
4 LL | fn f(t:for<>t?
5    |     -          ^
6    |     |
7    |     unclosed delimiter
8
9 error: expected parameter name, found `?`
10   --> $DIR/issue-84148-2.rs:4:14
11    |
12 LL | fn f(t:for<>t?
13    |              ^ expected parameter name
14
15 error: expected one of `(`, `)`, `+`, `,`, `::`, or `<`, found `?`
16   --> $DIR/issue-84148-2.rs:4:14
17    |
18 LL | fn f(t:for<>t?
19    |              ^
20    |              |
21    |              expected one of `(`, `)`, `+`, `,`, `::`, or `<`
22    |              help: missing `,`
23
24 error: expected one of `->`, `;`, `where`, or `{`, found `<eof>`
25   --> $DIR/issue-84148-2.rs:4:16
26    |
27 LL | fn f(t:for<>t?
28    |                ^ expected one of `->`, `;`, `where`, or `{`
29
30 error: aborting due to 4 previous errors
31