rust/src/test/ui/issues/issue-55731.nll.stderr

12 lines
223 B
Plaintext
Raw Normal View History

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