-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
#[doc(cfg(..)]
does not respect check-cfg
C-bug
#138358
opened Mar 11, 2025 by
clubby789
rustdoc should say if a feature is available by default
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
F-doc_cfg
`#![feature(doc_cfg)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#130638
opened Sep 20, 2024 by
lolbinarycat
rustdoc: support searching cfg predicates
A-rustdoc-search
Area: Rustdoc's search feature
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
F-doc_cfg
`#![feature(doc_cfg)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#117399
opened Oct 30, 2023 by
jyn514
Rustdoc: always render required features, even if they are default
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
F-doc_auto_cfg
`#![feature(doc_auto_cfg)]`
F-doc_cfg
`#![feature(doc_cfg)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#115840
opened Sep 14, 2023 by
jaskij
doc(cfg) doesn't work on glob reexports
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
F-doc_cfg
`#![feature(doc_cfg)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#96166
opened Apr 18, 2022 by
CAD97
rustdoc Category: This is a bug.
F-doc_auto_cfg
`#![feature(doc_auto_cfg)]`
F-doc_cfg
`#![feature(doc_cfg)]`
P-medium
Medium priority
requires-nightly
This issue requires a nightly compiler in some way.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
doc_auto_cfg
incorrectly picks up cfg's
C-bug
#90497
opened Nov 2, 2021 by
Mark-Simulacrum
#[doc(cfg(…))]
doesn’t work properly with cross-crate re-exports.
A-cross-crate-reexports
#88743
opened Sep 8, 2021 by
steffahn
doc_cfg
does not have a correct effect on use
items referencing other public items
B-unstable
#85043
opened May 7, 2021 by
nagisa
rustdoc: please show Area: Rustdoc's search feature
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
F-doc_cfg
`#![feature(doc_cfg)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
doc
attribute info in search results
A-rustdoc-search
#73922
opened Jul 1, 2020 by
Lokathor
Tracking issue for Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-doc_auto_cfg
`#![feature(doc_auto_cfg)]`
F-doc_cfg
`#![feature(doc_cfg)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#[doc(cfg(…))]
, #[doc(cfg_hide(…))]
and doc_auto_cfg
B-unstable
#43781
opened Aug 10, 2017 by
kennytm
4 of 8 tasks
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.