summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/option-content-move2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/suggestions/option-content-move2.stderr')
-rw-r--r--tests/ui/suggestions/option-content-move2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/suggestions/option-content-move2.stderr b/tests/ui/suggestions/option-content-move2.stderr
index 1d3dff3be..94acda73c 100644
--- a/tests/ui/suggestions/option-content-move2.stderr
+++ b/tests/ui/suggestions/option-content-move2.stderr
@@ -7,7 +7,7 @@ LL | func(|| {
| -- captured by this `FnMut` closure
LL | // Shouldn't suggest `move ||.as_ref()` here
LL | move || {
- | ^^^^^^^ move out of `var` occurs here
+ | ^^^^^^^ `var` is moved here
LL |
LL | var = Some(NotCopyable);
| ---