bors df75809a85 Auto merge of #15484 - rmehri01:14779_bool_to_enum_assist, r=Veykril
feat: Bool to enum assist

This adds the `bool_to_enum` assist, which converts the type of boolean local variables, fields, constants and statics to a new `enum` type, making it easier to distinguish the meaning of `true` and `false` by renaming the variants.

Closes #14779
2023-09-22 07:19:12 +00:00
..
2023-09-08 10:49:15 +02:00
2023-09-08 10:49:15 +02:00
2023-09-20 23:02:52 +09:00
2023-09-19 16:56:59 -07:00
2023-09-15 16:43:21 +09:00
2023-09-19 23:34:43 +03:00
2023-09-02 18:28:36 +03:00
2023-09-04 18:00:12 +02:00