mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Get substs for trait refs in impl blocks
This commit is contained in:
parent
23b876bc3b
commit
413c87f155
6 changed files with 85 additions and 44 deletions
|
@ -104,7 +104,7 @@ pub(crate) fn reference_definition(
|
|||
}
|
||||
}
|
||||
hir::PathResolution::AssocItem(assoc) => {
|
||||
return Exact(NavigationTarget::from_impl_item(db, assoc))
|
||||
return Exact(NavigationTarget::from_impl_item(db, assoc));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue