Open
Description
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.)
Metadata
Metadata
Assignees
Labels
Area: Foreign function interface (FFI)Area: the `#[repr(stuff)]` attributeArea: The testsuite used to check the correctness of rustcMedium priorityStatus: Blocked on something else such as an RFC or other implementation work.Relevant to the compiler team, which will review and decide on the PR/issue.