mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 07:24:00 +00:00
8 lines
96 B
Rust
8 lines
96 B
Rust
![]() |
//@ known-bug: #117942
|
||
|
struct Foo {
|
||
|
_: union {
|
||
|
#[rustfmt::skip]
|
||
|
f: String
|
||
|
},
|
||
|
}
|