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, 32 insertions, 0 deletions
diff --git a/src/test/ui/parser/missing_right_paren.stderr b/src/test/ui/parser/missing_right_paren.stderr
new file mode 100644
index 000000000..3fe0d0f42
--- /dev/null
+++ b/src/test/ui/parser/missing_right_paren.stderr
@@ -0,0 +1,32 @@
+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
+