]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-12041.nll.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-12041.nll.stderr
index b880317a2a61298712dc0bc3cb2d2841374d9362..a0b90c7a34a7f8cd63479ab7525500dacadff042 100644 (file)
@@ -2,7 +2,7 @@ error[E0382]: use of moved value: `tx`
   --> $DIR/issue-12041.rs:18: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