<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Source: rust-cookie-factory<br>
Version: 0.3.0-1<br>
Severity: serious<br>
<blockquote type="cite">
<pre>
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 <a class="moz-txt-link-rfc2396E" href="https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html"><https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html></a></pre>
</blockquote>
</p>
<p>And a bunch more similar-looking errors.<br>
<br>
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.<br>
</p>
</body>
</html>