]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/moves/moves-based-on-type-move-out-of-closure-env-issue-1965.stderr
Update tests to remove old numeric constants
[rust.git] / src / test / ui / moves / moves-based-on-type-move-out-of-closure-env-issue-1965.stderr
index 462bbd7be58a2d3c885ece9da2b3e96b2cb4740d..9427ba546a9c10468153db4e4547826cf02713d0 100644 (file)
@@ -1,5 +1,5 @@
 error[E0507]: cannot move out of `i`, a captured variable in an `Fn` closure
-  --> $DIR/moves-based-on-type-move-out-of-closure-env-issue-1965.rs:11:28
+  --> $DIR/moves-based-on-type-move-out-of-closure-env-issue-1965.rs:9:28
    |
 LL |     let i = box 3;
    |         - captured outer variable