]> git.lizzy.rs Git - rust.git/blob - src/test/ui/fn_once-moved.stderr
Auto merge of #41967 - ishitatsuyuki:patch-1, r=alexcrichton
[rust.git] / src / test / ui / fn_once-moved.stderr
1 error[E0382]: use of moved value: `debug_dump_dict`
2   --> $DIR/fn_once-moved.rs:21:5
3    |
4 20 |     debug_dump_dict();
5    |     --------------- value moved here
6 21 |     debug_dump_dict();
7    |     ^^^^^^^^^^^^^^^ value used here after move
8    |
9    = help: closure was moved because it only implements `FnOnce`
10
11 error: aborting due to previous error
12