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:
bors 2024-03-02 09:51:16 +00:00
commit 4ef6a49b44
7 changed files with 74 additions and 50 deletions

View file

@ -3,7 +3,7 @@ name = "syntax-fuzz"
version = "0.0.1"
publish = false
edition = "2021"
rust-version = "1.66.1"
rust-version = "1.76"
[package.metadata]
cargo-fuzz = true
@ -26,4 +26,4 @@ name = "reparse"
path = "fuzz_targets/reparse.rs"
[lints]
workspace = true
workspace = true