Warning at use site for #[repr(C)] type that contains non-#[repr(C)] types #16719
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
This could either be a warning on
Bar
, thatFoo
isn't FFI safe; or not a warning at all. (Or, at the very least, a note pointing to thex
field, to help diagnose the problem.)The text was updated successfully, but these errors were encountered: