third_party_rust_cxx/tests/ui/lifetime_extern_rust.stderr
2021-10-08 02:44:10 -04:00

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