]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-12041.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-12041.stderr
CommitLineData
8faf50e0 1error[E0382]: use of moved value: `tx`
48663c56 2 --> $DIR/issue-12041.rs:8:22
8faf50e0
XL
3 |
4LL | let tx = tx;
48663c56 5 | ^^ value moved here, in previous iteration of loop
8faf50e0 6 |
1b1a35ee 7 = note: move occurs because `tx` has type `Sender<i32>`, which does not implement the `Copy` trait
8faf50e0
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0382`.