]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/duplicate_entry_error.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / duplicate_entry_error.stderr
index b330d2f30f863892c612ecd979a3a3a38d055697..ddb11e19c03deedff4270ef6de34f36048c507c7 100644 (file)
@@ -1,5 +1,5 @@
 error[E0152]: duplicate lang item found: `panic_impl`.
-  --> $DIR/duplicate_entry_error.rs:20:1
+  --> $DIR/duplicate_entry_error.rs:10:1
    |
 LL | / fn panic_impl(info: &PanicInfo) -> ! {
 LL | | //~^ ERROR: duplicate lang item found: `panic_impl`.