summaryrefslogtreecommitdiffstats
path: root/tests/ui/borrowck/two-phase-across-loop.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/borrowck/two-phase-across-loop.stderr')
-rw-r--r--tests/ui/borrowck/two-phase-across-loop.stderr5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/ui/borrowck/two-phase-across-loop.stderr b/tests/ui/borrowck/two-phase-across-loop.stderr
index 22f9b39df..d7c0210cc 100644
--- a/tests/ui/borrowck/two-phase-across-loop.stderr
+++ b/tests/ui/borrowck/two-phase-across-loop.stderr
@@ -2,9 +2,8 @@ error[E0499]: cannot borrow `foo` as mutable more than once at a time
--> $DIR/two-phase-across-loop.rs:17:22
|
LL | strings.push(foo.get_string());
- | -------------^^^^^^^^^^^^^^^^-
- | | |
- | | `foo` was mutably borrowed here in the previous iteration of the loop
+ | ------- ^^^ `foo` was mutably borrowed here in the previous iteration of the loop
+ | |
| first borrow used here, in later iteration of loop
error: aborting due to previous error