1error: function pointer returning Result is not supported yet 2 --> $DIR/fallible_fnptr.rs:4:24 3 | 44 | fn f(callback: fn() -> Result<()>); 5 | ^^^^^^^^^^^^^^^^^^ 6