]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-23302-2.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-23302-2.stderr
1 error[E0391]: cycle detected when processing `Y::A::{{constant}}`
2   --> $DIR/issue-23302-2.rs:4:9
3    |
4 LL |     A = Y::B as isize, //~ ERROR E0391
5    |         ^^^^^^^^^^^^^
6    |
7    = note: ...which again requires processing `Y::A::{{constant}}`, completing the cycle
8 note: cycle used when const-evaluating `Y::A::{{constant}}`
9   --> $DIR/issue-23302-2.rs:4:9
10    |
11 LL |     A = Y::B as isize, //~ ERROR E0391
12    |         ^^^^^^^^^^^^^
13
14 error: aborting due to previous error
15
16 For more information about this error, try `rustc --explain E0391`.