summaryrefslogtreecommitdiffstats
path: root/tests/ui/moves/pin-mut-reborrow.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/moves/pin-mut-reborrow.stderr')
-rw-r--r--tests/ui/moves/pin-mut-reborrow.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/moves/pin-mut-reborrow.stderr b/tests/ui/moves/pin-mut-reborrow.stderr
index 16fa4bacc..4bf207e7e 100644
--- a/tests/ui/moves/pin-mut-reborrow.stderr
+++ b/tests/ui/moves/pin-mut-reborrow.stderr
@@ -16,7 +16,7 @@ LL | fn foo(self: Pin<&mut Self>) {}
help: consider reborrowing the `Pin` instead of moving it
|
LL | foo.as_mut().foo();
- | +++++++++
+ | +++++++++
error: aborting due to previous error