2020-01-03 07:40:15 -06:00
|
|
|
error: this file contains an unclosed delimiter
|
2019-08-01 16:31:12 -05:00
|
|
|
--> $DIR/issue-63135.rs:3:16
|
|
|
|
|
|
|
|
|
LL | fn i(n{...,f #
|
|
|
|
| - - ^
|
|
|
|
| | |
|
2020-01-03 07:40:15 -06:00
|
|
|
| | unclosed delimiter
|
|
|
|
| unclosed delimiter
|
2019-08-01 16:31:12 -05:00
|
|
|
|
2020-01-08 11:02:10 -06:00
|
|
|
error: this file contains an unclosed delimiter
|
|
|
|
--> $DIR/issue-63135.rs:3:16
|
|
|
|
|
|
|
|
|
LL | fn i(n{...,f #
|
|
|
|
| - - ^
|
|
|
|
| | |
|
|
|
|
| | unclosed delimiter
|
|
|
|
| unclosed delimiter
|
|
|
|
|
2019-08-01 16:31:12 -05:00
|
|
|
error: expected field pattern, found `...`
|
|
|
|
--> $DIR/issue-63135.rs:3:8
|
|
|
|
|
|
|
|
|
LL | fn i(n{...,f #
|
|
|
|
| ^^^ help: to omit remaining fields, use one fewer `.`: `..`
|
|
|
|
|
|
|
|
error: expected `}`, found `,`
|
|
|
|
--> $DIR/issue-63135.rs:3:11
|
|
|
|
|
|
|
|
|
LL | fn i(n{...,f #
|
|
|
|
| ---^
|
|
|
|
| | |
|
|
|
|
| | expected `}`
|
|
|
|
| `..` must be at the end and cannot have a trailing comma
|
|
|
|
|
|
|
|
error: expected `[`, found `}`
|
2019-11-03 05:58:01 -06:00
|
|
|
--> $DIR/issue-63135.rs:3:16
|
2019-08-01 16:31:12 -05:00
|
|
|
|
|
|
|
|
LL | fn i(n{...,f #
|
2019-11-03 05:58:01 -06:00
|
|
|
| ^ expected `[`
|
2019-08-01 16:31:12 -05:00
|
|
|
|
2019-08-24 21:39:28 -05:00
|
|
|
error: expected one of `:` or `|`, found `)`
|
2019-11-03 05:58:01 -06:00
|
|
|
--> $DIR/issue-63135.rs:3:16
|
2019-08-01 16:31:12 -05:00
|
|
|
|
|
|
|
|
LL | fn i(n{...,f #
|
2019-10-28 13:08:53 -05:00
|
|
|
| ^ expected one of `:` or `|`
|
2019-08-01 16:31:12 -05:00
|
|
|
|
2020-01-29 17:18:54 -06:00
|
|
|
error: expected `;` or `{`, found `<eof>`
|
|
|
|
--> $DIR/issue-63135.rs:3:16
|
|
|
|
|
|
|
|
|
LL | fn i(n{...,f #
|
|
|
|
| ^ expected `;` or `{`
|
|
|
|
|
|
|
|
error: aborting due to 7 previous errors
|
2019-08-01 16:31:12 -05:00
|
|
|
|