mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Merge #10025
10025: Don't mutate syntax trees when preparing proc-macro input r=Veykril a=Veykril Fixes #10013 Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
commit
fae440c32a
9 changed files with 100 additions and 135 deletions
|
@ -67,7 +67,7 @@ impl fmt::Display for ExpandError {
|
|||
pub use crate::{
|
||||
syntax_bridge::{
|
||||
parse_exprs_with_sep, parse_to_token_tree, syntax_node_to_token_tree,
|
||||
token_tree_to_syntax_node,
|
||||
syntax_node_to_token_tree_censored, token_tree_to_syntax_node,
|
||||
},
|
||||
token_map::TokenMap,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue