2020-01-03 08:40:15 -05:00
|
|
|
error: unexpected closing delimiter: `}`
|
2019-01-06 18:33:05 +03:00
|
|
|
--> $DIR/issue-2354-1.rs:1:24
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | static foo: isize = 2; }
|
2020-01-03 08:40:15 -05:00
|
|
|
| ^ unexpected closing delimiter
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|