Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn bar<T: Sized>() { }
fn foo<T: ?Sized>() { bar::<T>() }
//~^ ERROR the size for values of type
fn main() { }