1 2 3 4 5 6 7
fn stati<T: 'stati>() {} //~^ ERROR use of undeclared lifetime name `'stati` fn statoc<T: 'statoc>() {} //~^ ERROR use of undeclared lifetime name `'statoc` fn main() {}