Package: rust-lazy-regex
Version: 3.1.0-6
Severity: serious

The no features autopkgtest for rust-lazy-regex is failing.

 78s error[E0432]: unresolved import `regex`
 78s    --> src/lib.rs:203:9
 78s     |
 78s 203 |         self,
 78s     |         ^^^^ no external crate `regex`

Doing some digging in this code, I believe this is by design,
lazy regex needs an underlying regex implementation, either
regex or regex-lite and if the user does not select one by
means of a feature it cannot be built.

As such I believe the correct fix is to simply drop the
no-features test.

Reply via email to