]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-55731.stderr
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-55731.stderr
1 error: implementation of `DistributedIteratorMulti` is not general enough
2   --> $DIR/issue-55731.rs:48:5
3    |
4 LL |     multi(Map {
5    |     ^^^^^
6    |
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`
9
10 error: aborting due to previous error
11