Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn f<T: ?for<'a> Sized>() {}
//~^ ERROR `for<...>` binder should be placed before trait bound modifiers
fn main() {}