Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
resolve
/
issue-5035-2.rs
blob: b831bb4be34877410470f8f062f8d94a9288c673 [
file
] [
log
] [
blame
]
trait
I
{}
type
K
=
dyn I
+
'
static
;
fn
foo
(
_x
:
K
)
{}
//~^ ERROR the size for values of type
fn
main
()
{}