Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
ui
/
impl-trait
/
rpit-not-sized.rs
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
()
{}