mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
cov-mark
This commit is contained in:
parent
33972da625
commit
c83e37c001
3 changed files with 3 additions and 1 deletions
|
@ -780,7 +780,7 @@ pub struct $0Foo;
|
|||
.parse(position.file_id)
|
||||
.syntax()
|
||||
.token_at_offset(position.offset)
|
||||
.next()
|
||||
.left_biased()
|
||||
.unwrap()
|
||||
.ancestors()
|
||||
.find_map(|it| node_to_def(sema, &it))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue