Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn hello(_: impl Sized + use<>) {}
//~^ ERROR `use<...>` precise capturing syntax not allowed in argument-position `impl Trait`
fn main() {}