blob: 221e9133fcc6b67750d064b8b19907c3dd2282b0 [file] [log] [blame]
fn foo() where for<T> T:, {}
//~^ ERROR only lifetime parameters can be used in this context
fn main() {}