rust/src/test/ui/issue-23302-1.stderr
John Kåre Alsaker 9cbe3b749d Update tests
2018-04-16 23:30:36 +02:00

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`.