Open
Description
The following run-pass tests cause the improper_ctypes
lint to fire. It would probably be fine (and trivial) to add #[repr(C)]
to them.
rust/src/test/run-pass/issue-3656.rs
Line 23 in c2afca3
rust/src/test/run-pass/issue-5754.rs
Line 13 in c2afca3
rust/src/test/run-pass/issue-6470.rs
Line 14 in c2afca3
(I'm just filing this ticket so I have something to point at from a PR for #53764.)