rust/crates/syntax
bors[bot] 5cbde9f531
Merge #8591 #8638
8591: Remove SyntaxRewriter usage in insert_use in favor of mutable syntax trees r=matklad a=Veykril

Unfortunately changing `insert_use` to not use `SyntaxRewriter` creates a lot of changes since so much relies on that. But on the other hand this should be the biggest usage of `SyntaxRewriter` I believe.

8638: Remove SyntaxRewriter::from_fn r=Veykril a=Veykril



Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-04-23 16:49:08 +00:00
..
fuzz Add cargo file tidy test 2021-02-03 22:01:09 +08:00
src Merge #8591 #8638 2021-04-23 16:49:08 +00:00
test_data Parse outer atttributes for RecordPatField 2021-04-21 11:08:15 +02:00
Cargo.toml Bump rustc_lexer 2021-04-21 19:19:27 +03:00