aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/ptr_missing_unsafe.stderr
blob: d65481bce01f8d5a2725de0d8f1c0a095a20ee0b (plain)
1
2
3
4
5
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);
  |                           ^^^^^^^^^