Sign in
android
/
platform
/
external
/
rust
/
cxx
/
5e404f04
/
.
/
tests
/
ui
/
lifetime_extern_cxx.stderr
blob: a5cc3bdaa746b4369a1eb39e3213b345dd5ba6af [
file
] [
log
] [
blame
]
error
:
extern
C
++
function
with
lifetimes must be declared
in
`unsafe extern "C++"`
block
-->
tests
/
ui
/
lifetime_extern_cxx
.
rs
:
5
:
9
|
5
|
unsafe
fn f
<
'a>(&'
a
self
,
arg
:
&
str
)
->
&
'a str;
| ^^^^^^^^^^^^^^^