[Pkg-rust-maintainers] Bug#1057104: rust-matchit: autopkgtest failure
Adrian Bunk
bunk at debian.org
Wed Nov 29 20:26:52 GMT 2023
Source: rust-matchit
Version: 0.7.3-1
Severity: serious
X-Debbugs-Cc: Reinhard Tartler <siretart at debian.org>
https://tracker.debian.org/pkg/rust-matchit
Issues preventing migration:
∙ ∙ autopkgtest for rust-matchit/0.7.3-1: amd64: Regression ♻ , arm64: Regression ♻ , armel: Regression ♻ , armhf: Regression ♻ , i386: Regression ♻ , ppc64el: Regression ♻ , s390x: Regression ♻
...
200s error[E0599]: no method named `check_priorities` found for struct `Router` in the current scope
2682
200s --> tests/tree.rs:688:50
2683
200s |
2684
200s 28 | / match_tests! {
2685
200s 29 | | basic {
2686
200s 30 | | routes = [
2687
200s 31 | | "/hi",
2688
200s ... |
2689
200s 356 | | }
2690
200s 357 | | }
2691
200s | |_- in this macro invocation
2692
200s ...
2693
200s 688 | if let Err((got, expected)) = router.check_priorities() {
2694
200s | ^^^^^^^^^^^^^^^^ method not found in `Router<String>`
2695
200s |
2696
200s = note: this error originates in the macro `match_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
...
More information about the Pkg-rust-maintainers
mailing list