aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/fallible_fnptr.stderr
blob: 4635ec8f7a5433429d89eee59d50f8e97001775c (plain)
1
2
3
4
5
error: function pointer returning Result is not supported yet
 --> tests/ui/fallible_fnptr.rs:4:24
  |
4 |         fn f(callback: fn() -> Result<()>);
  |                        ^^^^^^^^^^^^^^^^^^