rust-analyzer/crates/syntax
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
..
fuzz fix(fuzz): Fixes broken Cargo.toml for fuzz tests 2023-01-24 10:54:10 -08:00
src Auto merge of #15484 - rmehri01:14779_bool_to_enum_assist, r=Veykril 2023-09-22 07:19:12 +00:00
test_data Spelling 2023-04-19 09:45:55 -04:00
Cargo.toml Switch to in-tree rustc dependencies with a cfg flag 2023-09-15 18:10:11 +03:30
rust.ungram Implement builtin#format_args, using rustc's format_args parser 2023-09-05 19:19:46 +02:00