2020-01-03 13:40:15 +00:00
|
|
|
error: mismatched closing delimiter: `}`
|
2021-08-27 10:57:28 +00:00
|
|
|
--> $DIR/token-error-correct.rs:4:12
|
2016-11-30 22:35:25 +00:00
|
|
|
|
|
2018-09-04 15:09:49 +00:00
|
|
|
LL | fn main() {
|
2020-01-03 13:40:15 +00:00
|
|
|
| - closing delimiter possibly meant for this
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | foo(bar(;
|
2021-08-27 10:57:28 +00:00
|
|
|
| ^ unclosed delimiter
|
2018-08-15 01:04:20 +00:00
|
|
|
LL | }
|
2020-01-03 13:40:15 +00:00
|
|
|
| ^ mismatched closing delimiter
|
2016-11-30 22:35:25 +00:00
|
|
|
|
2023-02-28 07:55:19 +00:00
|
|
|
error: aborting due to previous error
|
2016-11-30 22:35:25 +00:00
|
|
|
|