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