The following code hits the lint that warns about trying to put `#[repr(C)]` on an empty struct. https://github.com/rust-lang/rust/blob/c2afca36672a85248f4da3e8db8cdfac198ad4ad/src/test/run-pass/extern-pass-empty.rs#L33-L34 (This seems like a bogus test that was caught by working on fixing #53764.)
The following code hits the lint that warns about trying to put
#[repr(C)]on an empty struct.rust/src/test/run-pass/extern-pass-empty.rs
Lines 33 to 34 in c2afca3
(This seems like a bogus test that was caught by working on fixing #53764.)