]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unboxed-closures/unboxed-closures-infer-fnonce-call-twice.nll.stderr
New upstream version 1.30.0+dfsg1
[rustc.git] / src / test / ui / unboxed-closures / unboxed-closures-infer-fnonce-call-twice.nll.stderr
CommitLineData
b7449926
XL
1error[E0382]: use of moved value: `tick`
2 --> $DIR/unboxed-closures-infer-fnonce-call-twice.rs:20:5
3 |
4LL | tick();
5 | ---- value moved here
6LL | tick(); //~ ERROR use of moved value: `tick`
7 | ^^^^ value used here after move
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0382`.