blob: 47976bdfff45a907bebd2511219885607d4853df [file] [log] [blame]
fn f<T: ?for<'a> Sized>() {}
//~^ ERROR `for<...>` binder should be placed before trait bound modifiers
fn main() {}
// https://github.com/rust-lang/rust/issues/39089