Package: rust-async-std Version: 1.12.0-5 Severity: serious
The autopkgtest for rust-async-std is failing and preventing it's migration to testing.
error[E0425]: cannot find function `block_on` in module `task` --> src/io/read/take.rs:231:15 | 231 | task::block_on(async move { | ^^^^^^^^ not found in `task` | help: consider importing one of these items | 223 | use async_io::block_on; | 223 | use futures::executor::block_on; | error[E0425]: cannot find function `block_on` in module `crate::task` --> src/io/read/mod.rs:394:22 | 394 | crate::task::block_on(async { | ^^^^^^^^ not found in `crate::task` | help: consider importing one of these items | 389 | use async_io::block_on; | 389 | use futures::executor::block_on; | For more information about this error, try `rustc --explain E0425`. error: could not compile `async-std` due to 2 previous errors