mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 05:23:07 +00:00
7 lines
72 B
Rust
7 lines
72 B
Rust
//@ known-bug: #121299
|
|
#[derive(Eq)]
|
|
struct D {
|
|
_: union {
|
|
},
|
|
}
|