mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 12:44:40 +00:00
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
error: unexpected closing delimiter: `}`
|
|
--> $DIR/issue-2354-1.rs:1:24
|
|
|
|
|
LL | static foo: isize = 2; }
|
|
| ^ unexpected closing delimiter
|
|
|
|
error: aborting due to previous error
|
|
|