2023-02-28 07:55:19 +00:00
|
|
|
error: mismatched closing delimiter: `}`
|
|
|
|
--> $DIR/issue-10636-2.rs:6:15
|
2017-03-25 15:36:59 -07:00
|
|
|
|
|
2023-02-28 07:55:19 +00:00
|
|
|
LL | pub fn trace_option(option: Option<isize>) {
|
|
|
|
| - closing delimiter possibly meant for this
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | option.map(|some| 42;
|
2023-02-28 07:55:19 +00:00
|
|
|
| ^ unclosed delimiter
|
|
|
|
...
|
2019-01-27 21:04:50 -08:00
|
|
|
LL | }
|
2023-02-28 07:55:19 +00:00
|
|
|
| ^ mismatched closing delimiter
|
2017-03-25 15:36:59 -07:00
|
|
|
|
2023-02-28 07:55:19 +00:00
|
|
|
error: aborting due to previous error
|
2017-03-25 15:36:59 -07:00
|
|
|
|