Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
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
};
}