2016-12-01 01:35:25 +03:00
|
|
|
error: incorrect close delimiter: `}`
|
2017-12-10 23:29:24 +03:00
|
|
|
--> $DIR/token-error-correct.rs:16:1
|
2016-12-01 01:35:25 +03:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | foo(bar(;
|
2018-08-14 18:04:20 -07:00
|
|
|
| - unclosed delimiter
|
|
|
|
LL | //~^ ERROR: expected expression, found `;`
|
|
|
|
LL | }
|
|
|
|
| ^ incorrect close delimiter
|
2016-12-01 01:35:25 +03:00
|
|
|
|
|
|
|
error: expected expression, found `;`
|
|
|
|
--> $DIR/token-error-correct.rs:14:13
|
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | foo(bar(;
|
2018-02-18 23:08:23 -08:00
|
|
|
| ^ expected expression
|
2016-12-01 01:35:25 +03:00
|
|
|
|
2018-08-15 14:26:03 -07:00
|
|
|
error: aborting due to 2 previous errors
|
2016-12-01 01:35:25 +03:00
|
|
|
|