rustdoc: Suggest a correct disambiguator if the link is otherwise correct #83867
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Given the following code:
The current output is:
Ideally the output should look like:
This will be tricky because right now resolving links is intermingled with emitting warnings, there's no way to say "will this link resolve".
cc @lopopolo, #83859
The text was updated successfully, but these errors were encountered: