Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
union U { //~ ERROR recursive type `U` has infinite size
a: u8,
b: std::mem::ManuallyDrop<U>,
}
fn main() {}