1error: must be `unsafe fn f` in order to expose explicit lifetimes to C++ 2 --> tests/ui/lifetime_extern_rust.rs:5:9 3 | 45 | fn f<'a>(&'a self, arg: &str) -> &'a str; 5 | ^^^^^^^^ 6