12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
|
error: higher-ranked subtype error
|
||
|
--> $DIR/issue-55731.rs:48:5
|
||
|
|
|
||
|
LL | / multi(Map {
|
||
|
LL | | i: Cloned(PhantomData),
|
||
|
LL | | f: X,
|
||
|
LL | | });
|
||
|
| |______^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|