2022-07-16 17:15:41 -05:00
|
|
|
error[E0618]: expected function, found `Option<impl FnOnce()>`
|
|
|
|
--> $DIR/issue-99240.rs:2:5
|
|
|
|
|
|
|
|
|
LL | (it.0.take())()
|
|
|
|
| ^^^^^^^^^^^^^--
|
|
|
|
| |
|
|
|
|
| call expression requires function
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-07-16 17:15:41 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0618`.
|