]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/repeat-to-run-dtor-twice.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / repeat-to-run-dtor-twice.stderr
index 408c28af10e0955683d959bf26cc14ea16f8497e..5434f6cef544f7169299d576b27233dc725a6ae8 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `Foo: std::marker::Copy` is not satisfied
-  --> $DIR/repeat-to-run-dtor-twice.rs:27:13
+  --> $DIR/repeat-to-run-dtor-twice.rs:17:13
    |
 LL |     let _ = [ a; 5 ];
    |             ^^^^^^^^ the trait `std::marker::Copy` is not implemented for `Foo`