8 lines
96 B
Rust
8 lines
96 B
Rust
//@ known-bug: #117942
|
|
struct Foo {
|
|
_: union {
|
|
#[rustfmt::skip]
|
|
f: String
|
|
},
|
|
}
|