rust/tests/crashes/117942.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
96 B
Rust
Raw Normal View History

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