File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 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
44LL | multi(Map { //~ ERROR implementation of `DistributedIteratorMulti` is not general enough
55 | ^^^^^
66 |
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`
109
1110error: aborting due to previous error
1211
You can’t perform that action at this time.
0 commit comments