mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Pass calling span through to builtin macro expansions
This commit is contained in:
parent
f48fa0c6cb
commit
0003e568ca
27 changed files with 623 additions and 497 deletions
|
@ -34,9 +34,9 @@ pub use tt::{Delimiter, DelimiterKind, Punct, SyntaxContext};
|
|||
|
||||
pub use crate::{
|
||||
syntax_bridge::{
|
||||
map_from_syntax_node, parse_exprs_with_sep, parse_to_token_tree,
|
||||
parse_to_token_tree_static_span, syntax_node_to_token_tree,
|
||||
syntax_node_to_token_tree_modified, token_tree_to_syntax_node, SpanMapper,
|
||||
parse_exprs_with_sep, parse_to_token_tree, parse_to_token_tree_static_span,
|
||||
syntax_node_to_token_tree, syntax_node_to_token_tree_modified, token_tree_to_syntax_node,
|
||||
SpanMapper,
|
||||
},
|
||||
token_map::TokenMap,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue