Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
static
/
issue-24446.rs
blob: ffd6dfabc2890a1cb7f905485e1812780b86b903 [
file
]
fn
main
()
{
static
foo
:
dyn
Fn
()
->
u32
=
||
->
u32
{
//~^ ERROR the size for values of type
0
};
}