mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
error: this file contains an unclosed delimiter
|
|
--> $DIR/issue-103451.rs:4:15
|
|
|
|
|
LL | struct S {
|
|
| - unclosed delimiter
|
|
LL | x: [u8; R
|
|
| - ^
|
|
| |
|
|
| unclosed delimiter
|
|
|
|
error: aborting due to 1 previous error
|
|
|