mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
WIP: Actually fix up syntax errors in attribute macro input
This commit is contained in:
parent
212e82fd41
commit
cff209f152
6 changed files with 112 additions and 34 deletions
|
@ -30,7 +30,7 @@ pub use tt::{Delimiter, DelimiterKind, Punct};
|
|||
pub use crate::{
|
||||
syntax_bridge::{
|
||||
parse_exprs_with_sep, parse_to_token_tree, syntax_node_to_token_tree,
|
||||
syntax_node_to_token_tree_censored, token_tree_to_syntax_node,
|
||||
syntax_node_to_token_tree_censored, token_tree_to_syntax_node, SyntheticToken,
|
||||
},
|
||||
token_map::TokenMap,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue