You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tracking issue for the lint rustdoc::missing_doc_code_examples.
The feature gate for the issue is #![feature(rustdoc_missing_doc_code_examples)].
Note
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports.
Instead, open a dedicated issue for the specific matter or post in the #t-rustdoc Zulip channel.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
This is a tracking issue for the lint
rustdoc::missing_doc_code_examples.The feature gate for the issue is
#![feature(rustdoc_missing_doc_code_examples)].Note
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports.
Instead, open a dedicated issue for the specific matter or post in the #t-rustdoc Zulip channel.
Discussion comments will get marked as off-topic or deleted.
Repeated discussions on the tracking issue may lead to the tracking issue getting locked.
Steps
Unresolved Questions
rustdoc::missing_doc_code_examplesinconsistent with Rust API Guidelines #87858Implementation history
missing_doc_code_examplesfrom intra-doc links #74855missing_doc_exampleswhen item is #[doc(hidden)] #76716