-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
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_auto_cfg] feature gated macros are not marked with feature badge
F-doc_auto_cfg
`#![feature(doc_auto_cfg)]`
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#100916
opened Aug 23, 2022 by
Geobert
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
Tracking issue for Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
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
3 of 5 tasks
ProTip!
Exclude everything labeled
bug
with -label:bug.