mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
fe01ddc8bc
Inconsistent struct constructor fixes: #6352 r? `@matthiaskrgr` I added the lint that checks for the struct constructors where the order of the field init shorthands is inconsistent with that in the struct definition. changelog: Add style lint: `inconsistent_struct_constructor`