third_party_rust_cxx/tests/ui/fallible_fnptr.stderr

6 lines
197 B
Plaintext
Raw Normal View History

2020-11-15 07:40:18 +00:00
error: function pointer returning Result is not supported yet
2021-10-08 06:44:10 +00:00
--> tests/ui/fallible_fnptr.rs:4:24
2020-11-15 07:40:18 +00:00
|
4 | fn f(callback: fn() -> Result<()>);
| ^^^^^^^^^^^^^^^^^^