summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-55731.stderr
blob: 97fd6678c997e6d959bd61680b7ab1bc2b947ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: implementation of `DistributedIteratorMulti` is not general enough
  --> $DIR/issue-55731.rs:48:5
   |
LL | /     multi(Map {
LL | |         i: Cloned(PhantomData),
LL | |         f: X,
LL | |     });
   | |______^ implementation of `DistributedIteratorMulti` is not general enough
   |
   = note: `DistributedIteratorMulti<&'0 ()>` would have to be implemented for the type `Cloned<&()>`, for any lifetime `'0`...
   = note: ...but `DistributedIteratorMulti<&'1 ()>` is actually implemented for the type `Cloned<&'1 ()>`, for some specific lifetime `'1`

error: aborting due to previous error