Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-24446.rs
blob: 9ab952ade9cf4636ccddc39c1d88908ee51addf5 [
file
] [
log
] [
blame
]
fn
main
()
{
static
foo
:
dyn
Fn
()
->
u32
=
||
->
u32
{
//~^ ERROR the size for values of type
//~| ERROR cannot be shared between threads safely
0
};
}