1 2 3 4 5 6
struct Foo<'static> { //~^ ERROR invalid lifetime parameter name: `'static` x: &'static isize, } fn main() {}