2020-01-03 08:40:15 -05:00
|
|
|
error: this file contains an unclosed delimiter
|
2019-11-03 14:58:01 +03:00
|
|
|
--> $DIR/missing_right_paren.rs:3:11
|
|
|
|
|
|
|
|
|
LL | fn main((ؼ
|
|
|
|
| -- ^
|
|
|
|
| ||
|
2020-01-03 08:40:15 -05:00
|
|
|
| |unclosed delimiter
|
|
|
|
| unclosed delimiter
|
2019-11-03 14:58:01 +03:00
|
|
|
|
2020-01-08 20:02:10 +03:00
|
|
|
error: this file contains an unclosed delimiter
|
|
|
|
--> $DIR/missing_right_paren.rs:3:11
|
|
|
|
|
|
|
|
|
LL | fn main((ؼ
|
|
|
|
| -- ^
|
|
|
|
| ||
|
|
|
|
| |unclosed delimiter
|
|
|
|
| unclosed delimiter
|
|
|
|
|
2019-11-03 14:58:01 +03:00
|
|
|
error: expected one of `:` or `|`, found `)`
|
|
|
|
--> $DIR/missing_right_paren.rs:3:11
|
|
|
|
|
|
|
|
|
LL | fn main((ؼ
|
2019-10-28 11:08:53 -07:00
|
|
|
| ^ expected one of `:` or `|`
|
2019-11-03 14:58:01 +03:00
|
|
|
|
2021-12-04 11:05:30 -07:00
|
|
|
error: expected one of `->`, `where`, or `{`, found `<eof>`
|
2020-01-30 00:18:54 +01:00
|
|
|
--> $DIR/missing_right_paren.rs:3:11
|
|
|
|
|
|
|
|
|
LL | fn main((ؼ
|
2021-12-04 11:05:30 -07:00
|
|
|
| ^ expected one of `->`, `where`, or `{`
|
2020-01-30 00:18:54 +01:00
|
|
|
|
|
|
|
error: aborting due to 4 previous errors
|
2019-11-03 14:58:01 +03:00
|
|
|
|