mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 15:02:19 +00:00
12 lines
320 B
Plaintext
12 lines
320 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
|
|
|