Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-23281.rs
blob: 72716896426e4a146143426445d52678788ccd9d [
file
] [
log
] [
blame
] [
edit
]
pub
struct
Struct
;
impl
Struct
{
pub
fn
function
(
funs
:
Vec
<
dyn
Fn
()
->
()>)
{}
//~^ ERROR the size for values of type
}
struct
Vec
<
T
>
{
t
:
T
,
}
fn
main
()
{}