rust/tests/crashes/117942.rs

8 lines
96 B
Rust

//@ known-bug: #117942
struct Foo {
_: union {
#[rustfmt::skip]
f: String
},
}