Closed apiclouds closed 10 months ago
I also face this issue when using rust 1.75.0 error doesn't occur when using rust 1.74, can use use rust-toolchain with channel 1.74.0 as a workaround until this is getting fixed
This is the related issue https://github.com/rust-lang/rust/issues/100756
Hi guys, the issue has been fixed in V0.11.5 @dyxushuai @apiclouds @iwansyahp
thank you, @BinChengZhao!
StrSearcher<'_, '_>: DoubleEndedSearcher<'_>
is not satisfied --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/delay_timer-0.11.4/src/utils/parse.rs:371:83DoubleEndedSearcher<'_>
is not implemented forStrSearcher<'_, '_>
note: required by a bound in
rev
--> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/iter/traits/iterator.rs:3397:5next
exists for structRev<SplitInclusive<'_, &str>>
, but its trait bounds were not satisfied --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/delay_timer-0.11.4/src/utils/parse.rs:374:14Rev<SplitInclusive<'_, &str>>
due to unsatisfied trait bounds_: DoubleEndedIterator
--> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/iter/adapters/rev.rs:15:1Some errors have detailed explanations: E0277, E0599. For more information about an error, try
rustc --explain E0277
. error: could not compiledelay_timer
(lib) due to 2 previous errors