Consider this code:
struct WithLifetime<\'a> { s: &\'a str } impl WithLifetime<\'_> { fn in_impl(&self) -> bool { self