fn naninani(arg: &str) { std::thread::spawn(|| { println!("{}", arg); }); } ... This issue is about development of the Rust compiler.
確定! 回上一頁