2017-05-22 13:20:12 -05:00
|
|
|
error[E0391]: unsupported cyclic reference between types/traits detected
|
|
|
|
|
|
|
|
|
note: the cycle begins when computing layout of `S`...
|
|
|
|
note: ...which then requires computing layout of `std::option::Option<<S as Mirror>::It>`...
|
|
|
|
note: ...which then requires computing layout of `<S as Mirror>::It`...
|
|
|
|
= note: ...which then again requires computing layout of `S`, completing the cycle.
|
|
|
|
|
2017-07-02 08:09:09 -05:00
|
|
|
error: aborting due to previous error
|
2017-05-22 13:20:12 -05:00
|
|
|
|