2020-11-15 07:40:18 +00:00
|
|
|
error: function pointer returning Result is not supported yet
|
2021-10-08 06:44:10 +00:00
|
|
|
--> tests/ui/fallible_fnptr.rs:4:24
|
2020-11-15 07:40:18 +00:00
|
|
|
|
|
|
|
|
4 | fn f(callback: fn() -> Result<()>);
|
2020-11-15 07:38:31 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^
|