]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-36163.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-36163.stderr
index 5623437669f0682e2ed60f8fb3de869ea06805e7..c114e58e4d94315930d0c4b74dc7c278f0fd7cb1 100644 (file)
@@ -1,17 +1,17 @@
 error[E0391]: cycle detected when processing `Foo::B::{{constant}}`
-  --> $DIR/issue-36163.rs:14:9
+  --> $DIR/issue-36163.rs:4:9
    |
 LL |     B = A, //~ ERROR E0391
    |         ^
    |
 note: ...which requires processing `A`...
-  --> $DIR/issue-36163.rs:11:18
+  --> $DIR/issue-36163.rs:1:18
    |
 LL | const A: isize = Foo::B as isize;
    |                  ^^^^^^^^^^^^^^^
    = note: ...which again requires processing `Foo::B::{{constant}}`, completing the cycle
 note: cycle used when const-evaluating `Foo::B::{{constant}}`
-  --> $DIR/issue-36163.rs:14:9
+  --> $DIR/issue-36163.rs:4:9
    |
 LL |     B = A, //~ ERROR E0391
    |         ^