summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/missing_right_paren.stderr
blob: 994ce4d8541c0f70b6f4567f92ef9509c99212f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: this file contains an unclosed delimiter
  --> $DIR/missing_right_paren.rs:4:11
   |
LL | fn main((ؼ
   |        -- ^
   |        ||
   |        |unclosed delimiter
   |        unclosed delimiter

error: aborting due to previous error