• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: function pointer returning Result is not supported yet
2 --> tests/ui/fallible_fnptr.rs:4:24
3  |
44 |         fn f(callback: fn() -> Result<()>);
5  |                        ^^^^^^^^^^^^^^^^^^
6