2018-06-01 09:08:56 -05:00
|
|
|
error: expected one of `)`, `,`, `.`, `?`, or an operator, found `;`
|
2021-08-27 05:57:28 -05:00
|
|
|
--> $DIR/issue-10636-2.rs:5:15
|
2017-03-25 17:36:59 -05:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | option.map(|some| 42;
|
2021-08-27 05:57:28 -05:00
|
|
|
| ^ ^ help: `)` may belong here
|
2019-04-16 17:26:41 -05:00
|
|
|
| |
|
2019-02-05 17:41:29 -06:00
|
|
|
| unclosed delimiter
|
2017-03-25 17:36:59 -05:00
|
|
|
|
|
|
|
error: expected expression, found `)`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/issue-10636-2.rs:8:1
|
2017-03-25 17:36:59 -05:00
|
|
|
|
|
2019-01-27 23:04:50 -06:00
|
|
|
LL | }
|
2018-02-19 01:08:23 -06:00
|
|
|
| ^ expected expression
|
2017-03-25 17:36:59 -05:00
|
|
|
|
2019-01-27 23:04:50 -06:00
|
|
|
error: aborting due to 2 previous errors
|
2017-03-25 17:36:59 -05:00
|
|
|
|