Description
If all fields private and have a default field value should emit a lint akin to the clippy lint suggesting #[non_exhaustive] to add a private non-default field to prevent construction outside of the current crate.
CC @epage
Version
Additional Labels
@rustbot label C-enhancement
Description
If all fields private and have a default field value should emit a lint akin to the clippy lint suggesting
#[non_exhaustive]to add a private non-default field to prevent construction outside of the current crate.CC @epage
Version
Additional Labels
@rustbot label C-enhancement