rust/src/test/ui/parser/missing_right_paren.stderr
2019-11-06 17:26:20 -08:00

17 lines
401 B
Text

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