]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-12041.nll.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-12041.nll.stderr
index b880317a2a61298712dc0bc3cb2d2841374d9362..d95cc89ce99ad4c541ccec31a8c92b51f2fb271a 100644 (file)
@@ -1,8 +1,8 @@
 error[E0382]: use of moved value: `tx`
-  --> $DIR/issue-12041.rs:18:22
+  --> $DIR/issue-12041.rs:8:22
    |
 LL |             let tx = tx;
-   |                      ^^ value moved here in previous iteration of loop
+   |                      ^^ value moved here, in previous iteration of loop
    |
    = note: move occurs because `tx` has type `std::sync::mpsc::Sender<i32>`, which does not implement the `Copy` trait