fn bar(_: &'a ()) { //~^ ERROR lifetime parameters must be declared prior to type and const parameters } fn foo(_: &T) {} fn main() {}