File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ error: implementation of `DistributedIteratorMulti` is not general enough
4
4
LL | multi(Map { //~ ERROR implementation of `DistributedIteratorMulti` is not general enough
5
5
| ^^^^^
6
6
|
7
- = note: Due to a where-clause on `multi`,
8
- = note: `Map<Cloned<&()>, X>` must implement `DistributedIteratorMulti<&'0 ()>`, for any lifetime `'0`
9
- = note: but `Map<Cloned<&()>, X>` actually implements `DistributedIteratorMulti<&'1 ()>`, for some specific lifetime `'1`
7
+ = note: `DistributedIteratorMulti<&'0 ()>` would have to be implemented for the type `Cloned<&()>`, for any lifetime `'0`
8
+ = note: but `DistributedIteratorMulti<&'1 ()>` is actually implemented for the type `Cloned<&'1 ()>`, for some specific lifetime `'1`
10
9
11
10
error: aborting due to previous error
12
11
You can’t perform that action at this time.
0 commit comments