summary refs log tree commit diff
path: root/src/test/ui/parser/missing_right_paren.stderr
blob: ac16ebe6412710cc1a3b86f9527bde767774475f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: this file contains an un-closed delimiter
  --> $DIR/missing_right_paren.rs:3:11
   |
LL | fn main((ؼ
   |        -- ^
   |        ||
   |        |un-closed delimiter
   |        un-closed delimiter

error: expected one of `:` or `|`, found `)`
  --> $DIR/missing_right_paren.rs:3:11
   |
LL | fn main((ؼ
   |           ^ expected one of `:` or `|`

error: aborting due to 2 previous errors