]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-55731.stderr
Rollup merge of #97633 - mkroening:object-osabi, r=petrochenkov
[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 LL | |         i: Cloned(PhantomData),
6 LL | |         f: X,
7 LL | |     });
8    | |______^ implementation of `DistributedIteratorMulti` is not general enough
9    |
10    = note: `DistributedIteratorMulti<&'0 ()>` would have to be implemented for the type `Cloned<&()>`, for any lifetime `'0`...
11    = note: ...but `DistributedIteratorMulti<&'1 ()>` is actually implemented for the type `Cloned<&'1 ()>`, for some specific lifetime `'1`
12
13 error: aborting due to previous error
14