2017-03-25 17:36:59 -05:00
|
|
|
error: incorrect close delimiter: `}`
|
|
|
|
--> $DIR/issue-10636-2.rs:19:1
|
|
|
|
|
|
|
|
|
19 | } //~ ERROR: incorrect close delimiter
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
note: unclosed delimiter
|
|
|
|
--> $DIR/issue-10636-2.rs:15:15
|
|
|
|
|
|
|
|
|
15 | option.map(|some| 42; //~ NOTE: unclosed delimiter
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: expected one of `,`, `.`, `?`, or an operator, found `;`
|
|
|
|
--> $DIR/issue-10636-2.rs:15:25
|
|
|
|
|
|
|
|
|
15 | option.map(|some| 42; //~ NOTE: unclosed delimiter
|
|
|
|
| ^ expected one of `,`, `.`, `?`, or an operator here
|
|
|
|
|
|
|
|
error: expected expression, found `)`
|
|
|
|
--> $DIR/issue-10636-2.rs:19:1
|
|
|
|
|
|
|
|
|
19 | } //~ ERROR: incorrect close delimiter
|
|
|
|
| ^
|
|
|
|
|
2017-05-29 11:46:29 -05:00
|
|
|
error[E0601]: main function not found
|
2017-03-25 17:36:59 -05:00
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to 4 previous errors
|
2017-03-25 21:06:19 -05:00
|
|
|
|