mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Add note for recurseive macro generated code
This commit is contained in:
parent
1630a34c3f
commit
d8b7ba201e
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ fn find_range_from_node(
|
|||
.and_then(|(files, expansion_info)| expansion_info.find_range(text_range, files))
|
||||
.unwrap_or((src, text_range));
|
||||
|
||||
// FIXME: handle recursive macro generated macro
|
||||
(file_id.original_file(db), text_range)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue