Sign in
android
/
platform
/
external
/
rust
/
cxx
/
981d720c
/
.
/
tests
/
ui
/
ptr_missing_unsafe.stderr
blob: 2b3560566efb71f3156cc642ddb9c954a61617dc [
file
] [
log
] [
blame
]
error
:
pointer argument requires that the
function
be marked
unsafe
-->
$DIR
/
tests
/
ui
/
ptr_missing_unsafe
.
rs
:
6
:
27
|
6
|
fn not_unsafe_ptr
(
c
:
*
mut C
);
|
^^^^^^^^^