unplugged-system/external/rust/cxx/tests/ui/lifetime_extern_cxx.stderr

6 lines
224 B
Plaintext
Raw Normal View History

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;
| ^^^^^^^^^^^^^^^