This code (playground): fn main() { let my_future = async || { 1 }; }. prints out error[E0658]: async closures are unstable --> src/main.rs:2:21 | 2 | let ...
確定! 回上一頁