Skip to content

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
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
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 doc_auto_cfg incorrectly picks up cfg's C-bug 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.
#90497 opened Nov 2, 2021 by Mark-Simulacrum
Tracking issue for #[doc(cfg(…))], #[doc(cfg_hide(…))] and doc_auto_cfg B-unstable 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.
#43781 opened Aug 10, 2017 by kennytm
3 of 5 tasks
ProTip! Exclude everything labeled bug with -label:bug.