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