]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/recursive-zst-static.unleash.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / consts / recursive-zst-static.unleash.stderr
index 9042c6f6be1912c0d85a60db229eddbff965230f..03f8f5c5a0e5da7e5c6e37538fbf02d3b707e045 100644 (file)
@@ -1,20 +1,16 @@
-error[E0391]: cycle detected when const-evaluating `FOO`
+error[E0391]: cycle detected when const-evaluating + checking `FOO`
   --> $DIR/recursive-zst-static.rs:10:1
    |
 LL | static FOO: () = FOO;
    | ^^^^^^^^^^^^^^^^^^^^^
    |
-note: ...which requires const-evaluating `FOO`...
-  --> $DIR/recursive-zst-static.rs:10:1
-   |
-LL | static FOO: () = FOO;
-   | ^^^^^^^^^^^^^^^^^^^^^
-   = note: ...which again requires const-evaluating `FOO`, completing the cycle
-note: cycle used when const-evaluating + checking `FOO`
+note: ...which requires const-evaluating + checking `FOO`...
   --> $DIR/recursive-zst-static.rs:10:1
    |
 LL | static FOO: () = FOO;
    | ^^^^^^^^^^^^^^^^^^^^^
+   = note: ...which again requires const-evaluating + checking `FOO`, completing the cycle
+   = note: cycle used when running analysis passes on this crate
 
 error: aborting due to previous error