Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rustdoc should display anchor links next to things #10332

Closed
sfackler opened this issue Nov 7, 2013 · 0 comments
Closed

Rustdoc should display anchor links next to things #10332

sfackler opened this issue Nov 7, 2013 · 0 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@sfackler
Copy link
Member

sfackler commented Nov 7, 2013

If I want to link someone to a specific method or something, I currently have to search for it to get a link directly to that part of the docs page. It'd be nice to have something with that link next to the method. For example, the post time on a github comment is a link to that post.

Jarcho pushed a commit to Jarcho/rust that referenced this issue Feb 26, 2023
manual_let_else: let/else is not divergent by default

The divergent `else` block of a `let`/`else` statement does not make the `let/else` statement itself divergent.

Fixes rust-lang#10296

changelog: [`manual_let_else`]: do not consider `let`/`else` to be divergent by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

1 participant