Skip to content

Issues: rust-lang/rust

Draft release notes for 1.88.0
#141598 opened May 26, 2025 by Mark-Simulacrum
Open 10
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

Rustdoc reports broken-intra-doc-links for Github markdown [!IMPORTANT]-type blockquotes A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-discussion Category: Discussion or questions that doesn't represent real issues. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141866 opened Jun 1, 2025 by Qix-
Panic in source_span_for_markdown_range A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-markdown-parsing Area: Markdown parsing for doc-comments A-Unicode Area: Unicode C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue 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.
#141665 opened May 27, 2025 by GuillaumeGomez
redundant_explicit_links rustdoc lint should have macro guard A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141553 opened May 25, 2025 by Manishearth
rustdoc does not detect broken markdown due to missing links (except for links without a space) A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141227 opened May 18, 2025 by RalfJung
rustdoc: cargo deadlinks reveals invalid fragments in links generated by rustdoc A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141115 opened May 17, 2025 by BenjaminBrienen
rustdoc: terse diagnostic on malformed intra-doc link (single instead of double colon) 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 C-feature-request Category: A feature request, i.e: not implemented / a PR. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141095 opened May 16, 2025 by sanbox-irl
Links in an exported proc-macro seem to always be broken without cargo doc warning about it? A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#138575 opened Mar 15, 2025 by AaronKutch
Rust docs: Crate root link points to "folder" and not index page A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137857 opened Mar 1, 2025 by loganmzz
rustdoc regression: intra-doc link links to wrong item A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. I-slow Issue: Problems and improvements with respect to performance of generated code. regression-from-stable-to-stable Performance or correctness regression from one stable version to another. S-has-bisection Status: A bisection has been found for this issue 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.
#136777 opened Feb 9, 2025 by tchebb
f16 creates doc-link ambiguity on stable A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135897 opened Jan 22, 2025 by kpreid
Module items not in scoped for module //! comment when module also has /// comment A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134904 opened Dec 29, 2024 by xmppftw
private-intra-doc-links incorrectly shows error for public type alias to private wrapper type A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132952 opened Nov 12, 2024 by Manishearth
improved help message for rustdoc::broken_intra_doc_links A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132788 opened Nov 8, 2024 by lolbinarycat
3 tasks
rustdoc lint to flag potential intra-doc links A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-rust-for-linux Relevant for the Rust-for-Linux project C-feature-request Category: A feature request, i.e: not implemented / a PR. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#131510 opened Oct 10, 2024 by ojeda
rustdoc::broken_intra_doc_links won't catch obvious invalid links A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-feature-request Category: A feature request, i.e: not implemented / a PR. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#130126 opened Sep 9, 2024 by SteveLauC
Rustdoc links are broken when glob reexporting items from a doc(hidden) module in another crate. A-cross-crate-reexports Area: Documentation that has been re-exported from a different crate A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-rustdoc-ui Area: Rustdoc UI (generated HTML) C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#127445 opened Jul 7, 2024 by kpreid
rustdoc warns "no item in scope" due to extra doc string A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#119965 opened Jan 14, 2024 by Osse
rustdoc can't handle some links on derive macros A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-proc-macros Area: Procedural macros C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#117463 opened Oct 31, 2023 by CryZe
Error about redundant_explicit_links with conditional no_std A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#115637 opened Sep 7, 2023 by laurmaedje
bootstrap: document how to reproduce broken intra-doc links locally A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#109190 opened Mar 15, 2023 by peter-lyons-kehl
Entered unreachable code in rustc_resolve::::Resolver::resolve_rustdoc_path A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-resolve Area: Name/path resolution done by `rustc_resolve` specifically C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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.
#108762 opened Mar 5, 2023 by 12101111
Rustdoc JSON produces dangling ID's when linking to foreign methods A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-rustdoc-json Area: Rustdoc JSON backend T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#106378 opened Jan 2, 2023 by aDotInTheVoid
Rustdoc can't create link to trait implementation with generics ([link](#impl-Trait-for-Type<G1, G2>)) A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-feature-request Category: A feature request, i.e: not implemented / a PR. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#105600 opened Dec 12, 2022 by StackOverflowExcept1on
intra-doc link failed linkchecker when depending on cfg(doc) A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#102221 opened Sep 24, 2022 by scottmcm
Intra-doc links don't work inside deprecated notes A-attributes Area: Attributes (`#[…]`, `#![…]`) A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. L-deprecated Lint: deprecated T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#98342 opened Jun 21, 2022 by jplatte
ProTip! Updated in the last three days: updated:>2025-05-29.