mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Rename macro descension functions
This commit is contained in:
parent
64064907ce
commit
354ab7a9e8
7 changed files with 16 additions and 19 deletions
|
@ -409,7 +409,7 @@ fn traverse(
|
|||
let mut r = 0;
|
||||
// FIXME: Add an extra API that takes the file id of this. That is a simple way
|
||||
// to prevent us constantly walking up the tree to fetch the file
|
||||
sema.descend_into_macros_ng_b(token.clone(), |tok| {
|
||||
sema.descend_into_macros_breakable(token.clone(), |tok| {
|
||||
let tok = tok.value;
|
||||
let tok_kind = tok.kind();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue