summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/pat-lt-bracket-1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/pat-lt-bracket-1.stderr')
-rw-r--r--tests/ui/parser/pat-lt-bracket-1.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/parser/pat-lt-bracket-1.stderr b/tests/ui/parser/pat-lt-bracket-1.stderr
index e8ccbad66..f39487052 100644
--- a/tests/ui/parser/pat-lt-bracket-1.stderr
+++ b/tests/ui/parser/pat-lt-bracket-1.stderr
@@ -1,8 +1,8 @@
-error: expected one of `=>`, `@`, `if`, or `|`, found `<`
+error: expected one of `,`, `=>`, `@`, `if`, `|`, or `}`, found `<`
--> $DIR/pat-lt-bracket-1.rs:3:7
|
LL | x < 7 => (),
- | ^ expected one of `=>`, `@`, `if`, or `|`
+ | ^ expected one of `,`, `=>`, `@`, `if`, `|`, or `}`
-error: aborting due to previous error
+error: aborting due to 1 previous error