summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/recover-quantified-closure.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/recover-quantified-closure.stderr')
-rw-r--r--tests/ui/parser/recover-quantified-closure.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/parser/recover-quantified-closure.stderr b/tests/ui/parser/recover-quantified-closure.stderr
index 39eec80f6..37e93cbee 100644
--- a/tests/ui/parser/recover-quantified-closure.stderr
+++ b/tests/ui/parser/recover-quantified-closure.stderr
@@ -25,10 +25,10 @@ LL | for <Foo>::Bar in x {}
= help: consider removing `for<...>`
error: implicit types in closure signatures are forbidden when `for<...>` is present
- --> $DIR/recover-quantified-closure.rs:2:25
+ --> $DIR/recover-quantified-closure.rs:2:24
|
LL | for<'a> |x: &'a u8| *x + 1;
- | ------- ^
+ | ------- ^
| |
| `for<...>` is here