]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-26548.stderr
report the total number of errors on compilation failure
[rust.git] / src / test / ui / issue-26548.stderr
1 error[E0391]: unsupported cyclic reference between types/traits detected
2   |
3 note: the cycle begins when computing layout of `S`...
4 note: ...which then requires computing layout of `std::option::Option<<S as Mirror>::It>`...
5 note: ...which then requires computing layout of `<S as Mirror>::It`...
6   = note: ...which then again requires computing layout of `S`, completing the cycle.
7
8 error: aborting due to previous error
9