android13/external/rust/cxx/tests/ui/fallible_fnptr.stderr

6 lines
193 B
Plaintext

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