mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Add support for hovering over the name of an item
This commit is contained in:
parent
79114c67b1
commit
e3525527e3
2 changed files with 28 additions and 2 deletions
|
@ -110,7 +110,7 @@ pub(crate) fn reference_definition(
|
|||
Approximate(navs)
|
||||
}
|
||||
|
||||
fn name_definition(
|
||||
pub(crate) fn name_definition(
|
||||
db: &RootDatabase,
|
||||
file_id: FileId,
|
||||
name: &ast::Name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue