summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/mut-ptr-cant-outlive-ref.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/mut-ptr-cant-outlive-ref.stderr')
-rw-r--r--tests/ui/span/mut-ptr-cant-outlive-ref.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/span/mut-ptr-cant-outlive-ref.stderr b/tests/ui/span/mut-ptr-cant-outlive-ref.stderr
index be56f9489..395b6ec67 100644
--- a/tests/ui/span/mut-ptr-cant-outlive-ref.stderr
+++ b/tests/ui/span/mut-ptr-cant-outlive-ref.stderr
@@ -9,7 +9,7 @@ LL | }
| - `b` dropped here while still borrowed
LL |
LL | p.use_ref();
- | ----------- borrow later used here
+ | - borrow later used here
error: aborting due to previous error