summary refs log tree commit diff
path: root/src/test/ui/issue-26548.stderr
blob: 8bfe4ac733b6d91c97d783b55e6a20fa95af4f4f (plain)
1
2
3
4
5
6
7
8
9
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.

error: aborting due to previous error