unplugged-system/external/rust/cxx/tests/ui/fallible_fnptr.stderr

6 lines
197 B
Plaintext
Raw Normal View History

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