Skip to content

Fix incorrect tracking issue for read_le/read_be#158757

Open
kpeis695 wants to merge 1 commit into
rust-lang:mainfrom
kpeis695:fix/read-le-be-tracking-issue-link
Open

Fix incorrect tracking issue for read_le/read_be#158757
kpeis695 wants to merge 1 commit into
rust-lang:mainfrom
kpeis695:fix/read-le-be-tracking-issue-link

Conversation

@kpeis695

@kpeis695 kpeis695 commented Jul 4, 2026

Copy link
Copy Markdown

The #[unstable] attribute on Read::read_le and Read::read_be pointed to #156983, which is the implementation PR. The tracking issue is #156984, so the "issue" link on https://doc.rust-lang.org/nightly/std/io/trait.Read.html#method.read_le takes readers to a merged PR instead of the open tracking discussion.

Closes #158721

@rustbot label +A-docs +T-libs-api

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jul 4, 2026
@rustbot

rustbot commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the pull request, and welcome! The Rust Project is excited to review your changes, and you should hear from @JohnTitor (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue
Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @ChrisDenton, libs
  • @ChrisDenton, libs expanded to 13 candidates
  • Random selection from 7 candidates

@rustbot rustbot added A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. labels Jul 4, 2026
@rustbot

This comment has been minimized.

@kpeis695 kpeis695 force-pushed the fix/read-le-be-tracking-issue-link branch from edb0697 to 81b7302 Compare July 4, 2026 02:42
The unstable attribute on Read::read_le and Read::read_be pointed to
the implementation PR rather than the tracking issue, so the docs on
doc.rust-lang.org linked to the wrong page.
@kpeis695 kpeis695 force-pushed the fix/read-le-be-tracking-issue-link branch from 81b7302 to 27935a6 Compare July 4, 2026 02:47

@JohnTitor JohnTitor left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rust-bors

rust-bors Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 27935a6 has been approved by JohnTitor

It is now in the queue for this repository.

🌲 The tree is currently closed for pull requests below priority 1000. This pull request will be tested once the tree is reopened.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 4, 2026
jhpratt added a commit to jhpratt/rust that referenced this pull request Jul 5, 2026
…ssue-link, r=JohnTitor

Fix incorrect tracking issue for `read_le`/`read_be`

The `#[unstable]` attribute on `Read::read_le` and `Read::read_be` pointed to rust-lang#156983, which is the implementation PR. The tracking issue is rust-lang#156984, so the "issue" link on https://doc.rust-lang.org/nightly/std/io/trait.Read.html#method.read_le takes readers to a merged PR instead of the open tracking discussion.

Closes rust-lang#158721

@rustbot label +A-docs +T-libs-api
jhpratt added a commit to jhpratt/rust that referenced this pull request Jul 5, 2026
…ssue-link, r=JohnTitor

Fix incorrect tracking issue for `read_le`/`read_be`

The `#[unstable]` attribute on `Read::read_le` and `Read::read_be` pointed to rust-lang#156983, which is the implementation PR. The tracking issue is rust-lang#156984, so the "issue" link on https://doc.rust-lang.org/nightly/std/io/trait.Read.html#method.read_le takes readers to a merged PR instead of the open tracking discussion.

Closes rust-lang#158721

@rustbot label +A-docs +T-libs-api
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Jul 5, 2026
…ssue-link, r=JohnTitor

Fix incorrect tracking issue for `read_le`/`read_be`

The `#[unstable]` attribute on `Read::read_le` and `Read::read_be` pointed to rust-lang#156983, which is the implementation PR. The tracking issue is rust-lang#156984, so the "issue" link on https://doc.rust-lang.org/nightly/std/io/trait.Read.html#method.read_le takes readers to a merged PR instead of the open tracking discussion.

Closes rust-lang#158721

@rustbot label +A-docs +T-libs-api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

read_le_be has wrong link to tracking issue

3 participants