blob: 1e46ce6a30f8489b0a8f9d501f5fa8fb77babb08 [file] [log] [blame]
error[E0391]: cycle detected when computing the supertraits of `Chromosome`
--> $DIR/cycle-trait-supertrait-direct.rs:13:19
|
LL | trait Chromosome: Chromosome {
| ^^^^^^^^^^
|
= note: ...which again requires computing the supertraits of `Chromosome`, completing the cycle
error: aborting due to previous error
For more information about this error, try `rustc --explain E0391`.