1 2 3 4 5 6 7 8
error[E0425]: cannot find function `spawn` in module `foo` --> ui/spawn-local-from-init.rs:13:14 | 13 | foo::spawn().ok(); | ^^^^^ not found in `foo` | = help: consider importing this function: std::thread::spawn