mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
error: must be `unsafe fn f` in order to expose explicit lifetimes to C++
|
|
--> tests/ui/lifetime_extern_rust.rs:5:9
|
|
|
|
|
5 | fn f<'a>(&'a self, arg: &str) -> &'a str;
|
|
| ^^^^^^^^
|