6 lines
224 B
Plaintext
6 lines
224 B
Plaintext
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;
|
|
| ^^^^^^^^^^^^^^^
|