rust/tests/ui/parser/missing_right_paren.stderr
2025-03-29 13:30:20 +03:00

12 lines
246 B
Plaintext

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