-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Issues: rust-lang/rust
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Module items not in scoped for module comment //! when module 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.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134904
opened Dec 29, 2024 by
xmppftw
Inconsistent link underlining in [՝Smth՝] vs <code>[Smth]</code> (regression in nightly?)
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.
#133484
opened Nov 26, 2024 by
Kijewski
rustdoc skips first line of some list items, and incorrect clippy warning
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.
#133150
opened Nov 18, 2024 by
maia-s
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
#131510
opened Oct 10, 2024 by
ojeda
rustdoc::broken_intra_doc_links
won't catch obvious invalid links
A-intra-doc-links
#130126
opened Sep 9, 2024 by
SteveLauC
Rustdoc links are broken when glob reexporting items from a 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.
doc(hidden)
module in another crate.
A-cross-crate-reexports
#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
#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 (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.
[link](#impl-Trait-for-Type<G1, G2>)
)
A-intra-doc-links
#105600
opened Dec 12, 2022 by
StackOverflowExcept1on
intra-doc link failed linkchecker when depending on 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.
cfg(doc)
A-intra-doc-links
#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
cross-crate intra-doc failures generate a broken link instead of stripping the link
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
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#96064
opened Apr 15, 2022 by
ben0x539
Intra-doc links do not support disambiguating methods overloaded with generics
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.
#93398
opened Jan 27, 2022 by
erickt
rustdoc fails to build an intra doc link when linking through 3 crates without explicit use
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.
#92910
opened Jan 14, 2022 by
mockersf
rustdoc: cannot resolve links to associated items on more complex primitive types
A-associated-items
Area: Associated items (types, constants & functions)
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.
#92536
opened Jan 3, 2022 by
mdibaiee
rustdoc: 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-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.
broken_intra_doc_links
is incorrectly reported when linking to a proc macro
A-intra-doc-links
#91274
opened Nov 26, 2021 by
camelid
Intra-doc link in Area: Intra-doc links, the ability to link to items in docs by name
A-raw-pointers
Area: raw pointers, MaybeUninit, NonNull
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
core
for a pointer method couldn't find Self
A-intra-doc-links
#91204
opened Nov 24, 2021 by
scottmcm
rustdoc: Incorrect parsing of links followed by parens
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
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.
#90811
opened Nov 11, 2021 by
lilyball
rustdoc intra-doc links cannot disambiguate inherent methods on generic types
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.
#85960
opened Jun 3, 2021 by
digama0
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.