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