blob: e611da91515f3b62d262951452fa2916444fa04a [file] [log] [blame]
fn bar<T: Sized>() { }
fn foo<T: ?Sized>() { bar::<T>() }
//~^ ERROR the size for values of type
fn main() { }