2017-03-25 15:36:59 -07: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 18:46:29 +02:00
|
|
|
error[E0601]: main function not found
|
2017-03-25 15:36:59 -07:00
|
|
|
|
2017-05-22 18:46:05 +07:00
|
|
|
error: aborting due to previous error(s)
|
2017-03-25 19:06:19 -07:00
|
|
|
|