Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn constant<const C: usize>() -> impl Sized + use<> {}
//~^ ERROR `impl Trait` must mention all const parameters in scope
fn main() {}