13 lines
437 B
Plaintext
13 lines
437 B
Plaintext
error[E0391]: cycle detected when const-evaluating `X::A::{{initializer}}`
|
|
--> $DIR/issue-23302-1.rs:14:9
|
|
|
|
|
LL | A = X::A as isize, //~ ERROR E0391
|
|
| ^^^^
|
|
|
|
|
note: ...which requires computing layout of `X`...
|
|
= note: ...which again requires const-evaluating `X::A::{{initializer}}`, completing the cycle
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0391`.
|