]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/index_message.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / index_message.stderr
index 208d33e9cd5d82c7bee1e6a252cbbcd8971d582e..62a14523fe9ad127bea0ed2b38456fa50a4975b8 100644 (file)
@@ -1,5 +1,5 @@
 error[E0608]: cannot index into a value of type `()`
-  --> $DIR/index_message.rs:13:13
+  --> $DIR/index_message.rs:3:13
    |
 LL |     let _ = z[0]; //~ ERROR cannot index into a value of type `()`
    |             ^^^^ help: to access tuple elements, use: `z.0`