blob: 81dd39bb7695c9e53d58820ca51b5ff161d23452 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: unexpected closing delimiter: `)`
--> $DIR/issue-98601-delimiter-error-unexpected-close.rs:5:17
|
LL | fn main() {
| - this opening brace...
LL | todo!();
LL | }
| - ...matches this closing brace
LL |
LL | fn other(_: i32)) {}
| ^ unexpected closing delimiter
error: aborting due to previous error
|