mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
error: this file contains an unclosed delimiter
|
|
--> $DIR/missing-close-brace-in-struct.rs:13:65
|
|
|
|
|
LL | pub(crate) struct Bar<T> {
|
|
| - unclosed delimiter
|
|
...
|
|
LL | fn main() {}
|
|
| ^
|
|
|
|
error: aborting due to 1 previous error
|
|
|