2018-08-08 14:28:26 +02:00
|
|
|
error[E0391]: cycle detected when computing the supertraits of `Chromosome`
|
2018-09-16 20:15:49 +03:00
|
|
|
--> $DIR/cycle-trait-supertrait-direct.rs:13:19
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | trait Chromosome: Chromosome {
|
2018-09-16 20:15:49 +03:00
|
|
|
| ^^^^^^^^^^
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
= 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`.
|