foo() where for<T> T:,1 fn foo() where for<T> T:, {} 2 //~^ ERROR only lifetime parameters can be used in this context 3 main()4 fn main() {} 5