rust/crates/syntax
DropDemBits 4aaa592a9a
Migrate destructure_tuple_binding to mutable ast
Due to the way the current tree mutation api works, we need to collect
changes before we can apply them to the real syntax tree, and also can only
switch to a file once.

`destructure_tuple_binding_in_sub_pattern` also gets migrated even
though can't be used.
2023-11-11 21:07:19 -05:00
..
fuzz fix(fuzz): Fixes broken Cargo.toml for fuzz tests 2023-01-24 10:54:10 -08:00
src Migrate destructure_tuple_binding to mutable ast 2023-11-11 21:07:19 -05: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