6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
error: pointer argument requires that the function be marked unsafe
|
|
--> tests/ui/ptr_missing_unsafe.rs:6:27
|
|
|
|
|
6 | fn not_unsafe_ptr(c: *mut C);
|
|
| ^^^^^^^^^
|