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

6 lines
204 B
Plaintext
Raw Permalink Normal View History

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));
| ^^^^^^^^^^^^