mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
c2fc360b96
move many tests from `structs-enums` to `structs` or `enum` This PR moves most of the tests in `ui/structs-enums` that are only about structs or only about enums to their respective directory, as a step towards removing `ui/structs-enums`. Followup to rust-lang/rust#154131. r? @Kivooeo