rust/compiler/rustc_passes
Matthias Krüger fea6c4eb07
Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxu
Restrict `#[non_exaustive]` on structs with default field values

Do not allow users to apply `#[non_exaustive]` to a struct when they have also used default field values.
2024-12-21 01:30:17 +01:00
..
src Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxu 2024-12-21 01:30:17 +01:00
Cargo.toml Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk 2024-12-17 18:50:50 +00:00
messages.ftl Restrict #[non_exaustive] on structs with default field values 2024-12-20 17:18:54 +00:00