]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/array_const_index-0.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / array_const_index-0.stderr
index b71d224f4f0ebaf9aabcf6f45d44626018228ed0..dfc89e0ae86adcb2a607f08c57f045c5f7cf9d5d 100644 (file)
@@ -1,5 +1,5 @@
-error: this constant cannot be used
-  --> $DIR/array_const_index-0.rs:12:1
+error: any use of this value will cause an error
+  --> $DIR/array_const_index-0.rs:2:1
    |
 LL | const B: i32 = (&A)[1];
    | ^^^^^^^^^^^^^^^-------^