]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/std-uncopyable-atomics.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / std-uncopyable-atomics.stderr
index 4452bfa95d87e107d3a7bf5a96022827f43b87ab..ecf9963c145f2c4a412151b385e74cb9505c8c08 100644 (file)
@@ -1,5 +1,5 @@
 error[E0507]: cannot move out of borrowed content
-  --> $DIR/std-uncopyable-atomics.rs:19:13
+  --> $DIR/std-uncopyable-atomics.rs:9:13
    |
 LL |     let x = *&x; //~ ERROR: cannot move out of borrowed content
    |             ^^^
@@ -8,7 +8,7 @@ LL |     let x = *&x; //~ ERROR: cannot move out of borrowed content
    |             help: consider using a reference instead: `&*&x`
 
 error[E0507]: cannot move out of borrowed content
-  --> $DIR/std-uncopyable-atomics.rs:21:13
+  --> $DIR/std-uncopyable-atomics.rs:11:13
    |
 LL |     let x = *&x; //~ ERROR: cannot move out of borrowed content
    |             ^^^
@@ -17,7 +17,7 @@ LL |     let x = *&x; //~ ERROR: cannot move out of borrowed content
    |             help: consider using a reference instead: `&*&x`
 
 error[E0507]: cannot move out of borrowed content
-  --> $DIR/std-uncopyable-atomics.rs:23:13
+  --> $DIR/std-uncopyable-atomics.rs:13:13
    |
 LL |     let x = *&x; //~ ERROR: cannot move out of borrowed content
    |             ^^^
@@ -26,7 +26,7 @@ LL |     let x = *&x; //~ ERROR: cannot move out of borrowed content
    |             help: consider using a reference instead: `&*&x`
 
 error[E0507]: cannot move out of borrowed content
-  --> $DIR/std-uncopyable-atomics.rs:25:13
+  --> $DIR/std-uncopyable-atomics.rs:15:13
    |
 LL |     let x = *&x; //~ ERROR: cannot move out of borrowed content
    |             ^^^