summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/regionck-unboxed-closure-lifetimes.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/span/regionck-unboxed-closure-lifetimes.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/span/regionck-unboxed-closure-lifetimes.stderr b/tests/ui/span/regionck-unboxed-closure-lifetimes.stderr
index fb3fad6ae..9b5ec8461 100644
--- a/tests/ui/span/regionck-unboxed-closure-lifetimes.stderr
+++ b/tests/ui/span/regionck-unboxed-closure-lifetimes.stderr
@@ -9,7 +9,7 @@ LL | let c_ref = &c;
LL | }
| - `c` dropped here while still borrowed
LL | f.use_mut();
- | ----------- borrow later used here
+ | - borrow later used here
error: aborting due to previous error