mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 23:29:50 +00:00
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
error: function pointer returning Result is not supported yet
|
|
--> tests/ui/fallible_fnptr.rs:4:24
|
|
|
|
|
4 | fn f(callback: fn() -> Result<()>);
|
|
| ^^^^^^^^^^^^^^^^^^
|