Source: rust-cookie-factory
Version: 0.3.0-1
Severity: serious
error[E0432]: unresolved import `io_compat`
--> src/lib.rs:32:21
|
32 | pub use io_compat::*;
| ^^^^^^^^^ help: a similar path exists:
`crate::io_compat`
|
= note: `use` statements changed in Rust 2018; read more at
<https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html>
And a bunch more similar-looking errors.
This is happening on both the unstable->testing migration tests and the plain
unstable checks, the testing version of the package does not appear to have an
autopkgtest.