Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
impl-trait
/
rpit-not-sized.rs
blob: bd25940780a1622bf51430810c996fb154219b75 [
file
]
fn
foo
()
->
impl
?
Sized
{
//~^ ERROR the size for values of type `impl ?Sized` cannot be known at compilation time
()
}
fn
main
()
{}