Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
vendor
/
cxx
/
tests
/
ui
/
ptr_in_fnptr.stderr
blob: f429b1bd3abb0f35fba416ce2889d0e45d77cdfa [
file
] [
log
] [
blame
]
error
:
pointer argument requires that the
function
pointer be marked
unsafe
-->
tests
/
ui
/
ptr_in_fnptr
.
rs
:
4
:
27
|
4
|
fn f
(
callback
:
fn
(
p
:
*
const
u8
));
|
^^^^^^^^^^^^