mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Auto merge of #16702 - Veykril:intra-doc-links-generic, r=Veykril
fix: Ignore generic arguments in intra doc link path resolution Fixes https://github.com/rust-lang/rust-analyzer/issues/16699
This commit is contained in:
commit
4ef6a49b44
7 changed files with 74 additions and 50 deletions
|
|
@ -721,7 +721,7 @@ impl NameRefClass {
|
|||
|
||||
impl_from!(
|
||||
Field, Module, Function, Adt, Variant, Const, Static, Trait, TraitAlias, TypeAlias, BuiltinType, Local,
|
||||
GenericParam, Label, Macro
|
||||
GenericParam, Label, Macro, ExternCrateDecl
|
||||
for Definition
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue