]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-17252.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-17252.stderr
index 3a629e1ebf47206d4529257c81ccf4c42e69374c..4856418ed600229d153ce311781e0b01196b158c 100644 (file)
@@ -2,7 +2,7 @@ error[E0391]: cycle detected when const-evaluating + checking `FOO`
   --> $DIR/issue-17252.rs:1:1
    |
 LL | const FOO: usize = FOO;
-   | ^^^^^^^^^^^^^^^^
+   | ^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: ...which immediately requires const-evaluating + checking `FOO` again
 note: cycle used when const-evaluating + checking `main::{constant#0}`