]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/E0508.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / E0508.stderr
index 28ce0d971c69d36440e6a8a4e35d1661674e8555..1e7b4071d5d79ea20b32a65e9258f15bba3d20a0 100644 (file)
@@ -1,5 +1,5 @@
 error[E0508]: cannot move out of type `[NonCopy; 1]`, a non-copy array
-  --> $DIR/E0508.rs:15:18
+  --> $DIR/E0508.rs:5:18
    |
 LL |     let _value = array[0];  //~ ERROR [E0508]
    |                  ^^^^^^^^