]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/const-eval/assign-to-static-within-other-static.stderr
Rollup merge of #104076 - ozkanonur:fix-ci-rustc-sysroot, r=jyn514
[rust.git] / src / test / ui / consts / const-eval / assign-to-static-within-other-static.stderr
index bf5e476d80045711821a4f014efab4ed776bb231..4b6784acfcf06829e1eff0d79d5671aaeee2ad79 100644 (file)
@@ -1,5 +1,5 @@
 error[E0080]: could not evaluate static initializer
-  --> $DIR/assign-to-static-within-other-static.rs:10:5
+  --> $DIR/assign-to-static-within-other-static.rs:8:5
    |
 LL |     FOO = 5;
    |     ^^^^^^^ modifying a static's initial value from another static's initializer