roc/crates/compiler/fmt/src
Joshua Warner 9ead801536
Remove expect-fx syntax and handling
This was never fully hooked up in platforms, and the plan is to replace the need for this with doing purity-inference on normal `expect` statements.

On the other hand, fuzzing is finding some bugs caused by having a hyphenated keyword, so this is a great time to go ahead and remove it!
2024-11-17 20:25:37 -08:00
..
annotation.rs Remove unused malformed related variants 2024-11-14 10:23:06 +00:00
collection.rs Fix some bugs found via fuzzing 2024-11-15 21:33:44 -08:00
def.rs Remove expect-fx syntax and handling 2024-11-17 20:25:37 -08:00
expr.rs Merge pull request #7225 from joshuawarner32/fuzzing-bugs 2024-11-16 19:46:12 +01:00
header.rs minor formatting fixes 2024-10-07 21:16:30 -07:00
lib.rs Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
pattern.rs fmt: Use format_with_options Parens for as pattern arguments 2024-09-02 12:02:01 -03:00
spaces.rs Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00