• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: pointer argument requires that the function be marked unsafe
2 --> tests/ui/ptr_missing_unsafe.rs:6:27
3  |
46 |         fn not_unsafe_ptr(c: *mut C);
5  |                           ^^^^^^^^^
6