2016-11-30 16:35:25 -06:00
|
|
|
error: incorrect close delimiter: `}`
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/token-error-correct.rs:18:1
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
18 | }
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^
|
|
|
|
|
|
|
|
|
note: unclosed delimiter
|
|
|
|
--> $DIR/token-error-correct.rs:14:12
|
|
|
|
|
|
|
|
|
14 | foo(bar(;
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: incorrect close delimiter: `}`
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/token-error-correct.rs:18:1
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
18 | }
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^
|
|
|
|
|
|
|
|
|
note: unclosed delimiter
|
|
|
|
--> $DIR/token-error-correct.rs:14:8
|
|
|
|
|
|
|
|
|
14 | foo(bar(;
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: expected expression, found `;`
|
|
|
|
--> $DIR/token-error-correct.rs:14:13
|
|
|
|
|
|
|
|
|
14 | foo(bar(;
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: expected expression, found `)`
|
2017-11-20 06:13:27 -06:00
|
|
|
--> $DIR/token-error-correct.rs:18:1
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
18 | }
|
2016-11-30 16:35:25 -06:00
|
|
|
| ^
|
|
|
|
|
2017-10-22 11:19:30 -05:00
|
|
|
error: aborting due to 4 previous errors
|
2016-11-30 16:35:25 -06:00
|
|
|
|