blob: bd25940780a1622bf51430810c996fb154219b75 [file] [log] [blame]
fn foo() -> impl ?Sized {
//~^ ERROR the size for values of type `impl ?Sized` cannot be known at compilation time
()
}
fn main() {}