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
};
}