mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
rename
This commit is contained in:
parent
74de79b1da
commit
f692fafee8
2 changed files with 39 additions and 44 deletions
|
@ -94,7 +94,7 @@ fn reparse_block(
|
|||
return None;
|
||||
}
|
||||
|
||||
let tree_traversal = reparser.parse(&parser_tokens);
|
||||
let tree_traversal = reparser.parse(&parser_input);
|
||||
|
||||
let (green, new_parser_errors, _eof) = build_tree(lexed, tree_traversal, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue