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