error: expected closing `)`, but found `]`
--> :7:3
|
6 | (
| - help: previously opened here
7 | ]
| ^ expected `)` here
|
error: unexpected closing `)`
--> :10:3
|
10 | )
| ^ expected to be opened by `(`
|
error: expected closing `)`, but found `]`
--> :12:1
|
11 | (
| - help: previously opened here
12 | ]
| ^ expected `)` here
|
error: expected closing `)`, but found
--> :12:2
|
11 | (
| - help: previously opened here
12 | ]
| ^ expected `)` here
|
error: aborting due to 4 errors