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 | }
|
2016-12-01 01:35:25 +03:00
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
|
note: unclosed delimiter
|
|
|
|
|
--> $DIR/token-error-correct.rs:14:12
|
|
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | foo(bar(;
|
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 | }
|
2016-12-01 01:35:25 +03:00
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
|
note: unclosed delimiter
|
|
|
|
|
--> $DIR/token-error-correct.rs:14:8
|
|
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | foo(bar(;
|
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(;
|
2016-12-01 01:35:25 +03:00
|
|
|
| ^
|
|
|
|
|
|
2017-12-13 23:05:49 -08:00
|
|
|
error: aborting due to 3 previous errors
|
2016-12-01 01:35:25 +03:00
|
|
|
|