1 2 3 4 5 6 7 8
struct Foo<'_>(&'_ u8); impl Foo<'a> { // { dg-error "unresolved lifetime" "" { target *-*-* } .-1 } fn x() {} } fn x() {}