You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
LL | impl<T> StreamExt for T where for<'a> &'a mut T: Stream {}
20
20
| --------- - ^^^^^^ unsatisfied trait bound introduced here
21
21
22
-
error[E0599]: the method `countx` exists for struct `Filter<Map<Repeat, fn(&u64) -> &u64 {identity::<u64>}>, [[email protected]:129:30]>`, but its trait bounds were not satisfied
23
-
--> $DIR/issue-30786.rs:130:24
22
+
error[E0599]: the method `countx` exists for struct `Filter<Map<Repeat, fn(&u64) -> &u64 {identity::<u64>}>, [[email protected]:131:30]>`, but its trait bounds were not satisfied
0 commit comments