Sign in
android
/
platform
/
external
/
rust
/
cxx
/
refs/heads/android15-tests-dev
/
.
/
tests
/
ui
/
fallible_fnptr.stderr
blob: 4635ec8f7a5433429d89eee59d50f8e97001775c [
file
] [
log
] [
blame
] [
edit
]
error
:
function
pointer returning
Result
is
not
supported yet
-->
tests
/
ui
/
fallible_fnptr
.
rs
:
4
:
24
|
4
|
fn f
(
callback
:
fn
()
->
Result
<()>);
|
^^^^^^^^^^^^^^^^^^