summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/missing_right_paren.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/missing_right_paren.stderr')
-rw-r--r--src/test/ui/parser/missing_right_paren.stderr32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/test/ui/parser/missing_right_paren.stderr b/src/test/ui/parser/missing_right_paren.stderr
deleted file mode 100644
index 3fe0d0f42..000000000
--- a/src/test/ui/parser/missing_right_paren.stderr
+++ /dev/null
@@ -1,32 +0,0 @@
-error: this file contains an unclosed delimiter
- --> $DIR/missing_right_paren.rs:3:11
- |
-LL | fn main((ؼ
- | -- ^
- | ||
- | |unclosed delimiter
- | unclosed delimiter
-
-error: this file contains an unclosed delimiter
- --> $DIR/missing_right_paren.rs:3:11
- |
-LL | fn main((ؼ
- | -- ^
- | ||
- | |unclosed delimiter
- | unclosed delimiter
-
-error: expected one of `:` or `|`, found `)`
- --> $DIR/missing_right_paren.rs:3:11
- |
-LL | fn main((ؼ
- | ^ expected one of `:` or `|`
-
-error: expected one of `->`, `where`, or `{`, found `<eof>`
- --> $DIR/missing_right_paren.rs:3:11
- |
-LL | fn main((ؼ
- | ^ expected one of `->`, `where`, or `{`
-
-error: aborting due to 4 previous errors
-