Skip to content

Parse deprecated note links separately in rustc_resolve#157386

Open
TaKO8Ki wants to merge 1 commit into
rust-lang:mainfrom
TaKO8Ki:rustdoc-deprecated-note-links-separately
Open

Parse deprecated note links separately in rustc_resolve#157386
TaKO8Ki wants to merge 1 commit into
rust-lang:mainfrom
TaKO8Ki:rustdoc-deprecated-note-links-separately

Conversation

@TaKO8Ki
Copy link
Copy Markdown
Member

@TaKO8Ki TaKO8Ki commented Jun 3, 2026

Fixes #157326

rustc_resolve pre-caches intra-doc link resolutions for rustdoc. It previously parsed doc comments and #[deprecated(note = "...")] text as one Markdown document.

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Jun 3, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Jun 3, 2026

r? @notriddle

rustbot has assigned @notriddle.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: rustdoc
  • rustdoc expanded to 9 candidates
  • Random selection from GuillaumeGomez, camelid, lolbinarycat, notriddle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ICE]: no resolutions for a doc link

3 participants