Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-14366.rs
blob: bb338860d8b7783242564bf65e597a7acce836a4 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
_x
=
"test"
as
&
dyn
(::
std
::
any
::
Any
);
//~^ ERROR the size for values of type
}