• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: extern C++ function with lifetimes must be declared in `unsafe extern "C++"` block
2 --> tests/ui/lifetime_extern_cxx.rs:5:9
3  |
45 |         unsafe fn f<'a>(&'a self, arg: &str) -> &'a str;
5  |         ^^^^^^^^^^^^^^^
6