mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-27 07:38:45 +00:00
5 lines
97 B
Rust
5 lines
97 B
Rust
// error-pattern: this file contains an unclosed delimiter
|
|
struct R { }
|
|
struct S {
|
|
x: [u8; R
|