Source: rust-async-task
Version: 4.5.0-1
Severity: serious

The autopkgtests for rust-async-task began failing after the upgrade
to from 4.4.1-1 to 4.5.0-1. This prevents its migration to Testing.

https://ci.debian.net/packages/r/rust-async-task/testing/amd64/

Autopkgtest log excerpt
----------------------
showing two different errors:

157s error[E0425]: cannot find function `spawn_local` in crate `async_task`
157s   --> examples/spawn-local.rs:22:40
157s    |
157s 22 |     let (runnable, task) = async_task::spawn_local(future, schedule);
157s    |                                        ^^^^^^^^^^^ not found
in `async_task`
157s
157s error[E0554]: `#![feature]` may not be used on the stable release channel
157s  --> benches/spawn.rs:1:12
157s   |
157s 1 | #![feature(test)]
157s   |            ^^^^
157s
157s For more information about this error, try `rustc --explain E0554`.
157s error: could not compile `async-task` due to previous error


Thank you,
Jeremy Bícha

Reply via email to