]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issue-23302-2.stderr
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / test / ui / issue-23302-2.stderr
CommitLineData
94b46f34 1error[E0391]: cycle detected when processing `Y::A::{{constant}}`
0531ce1d
XL
2 --> $DIR/issue-23302-2.rs:14:9
3 |
4LL | A = Y::B as isize, //~ ERROR E0391
83c7162d 5 | ^^^^^^^^^^^^^
0531ce1d 6 |
94b46f34
XL
7 = note: ...which again requires processing `Y::A::{{constant}}`, completing the cycle
8note: cycle used when const-evaluating `Y::A::{{constant}}`
0531ce1d
XL
9 --> $DIR/issue-23302-2.rs:14:9
10 |
11LL | A = Y::B as isize, //~ ERROR E0391
12 | ^^^^^^^^^^^^^
0531ce1d
XL
13
14error: aborting due to previous error
15
16For more information about this error, try `rustc --explain E0391`.