1 2 3 4
struct Foo<T, 'a>(&'a ()); //~^ ERROR lifetime parameters must be declared prior to fn main() {}