about summary refs log tree commit diff
path: root/tests/ui/parser/missing_right_paren.stderr
blob: 97ccb40a5a2a7ac885ce9cc96b4d84f9b3d5add9 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: this file contains an unclosed delimiter
  --> $DIR/missing_right_paren.rs:3:11
   |
LL | fn main((ؼ
   |        -- ^
   |        ||
   |        |unclosed delimiter
   |        unclosed delimiter

error: aborting due to 1 previous error