mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-17 18:57:04 +00:00
feat: show go-to-type-def actions for subst when hovering
This commit is contained in:
parent
1c6b83852b
commit
edaf62e7d9
3 changed files with 57 additions and 3 deletions
|
|
@ -432,7 +432,7 @@ pub(super) fn definition(
|
|||
notable_traits: &[(Trait, Vec<(Option<Type>, Name)>)],
|
||||
macro_arm: Option<u32>,
|
||||
hovered_definition: bool,
|
||||
subst_types: Option<Vec<(Symbol, Type)>>,
|
||||
subst_types: Option<&Vec<(Symbol, Type)>>,
|
||||
config: &HoverConfig,
|
||||
edition: Edition,
|
||||
) -> Markup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue