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
T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
At some point between Rust 1.34.0 and 1.39.0, the ability to add documentation to reexported items was added, but I can't find it mentioned in either the RELEASE notes or the rust-lang.org blog posts.
Maybe this should be mentioned in the RELEASE notes for the version that added that feature?
I have a foo crate that I use to test stuff, and used cargo +1.39.0 doc to document this:
/// Ooooh, ghost!pubuse std::marker::PhantomData;
The text was updated successfully, but these errors were encountered:
rodrimati1992
changed the title
Can't find mention of being able to add documentation to reexports in release notes
RELEASE.md does not mention the change to allow adding docs to reexported items
Apr 8, 2021
jyn514
added
the
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
label
Apr 8, 2021
T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
At some point between Rust 1.34.0 and 1.39.0, the ability to add documentation to reexported items was added, but I can't find it mentioned in either the RELEASE notes or the rust-lang.org blog posts.
Maybe this should be mentioned in the RELEASE notes for the version that added that feature?
I have a
foo
crate that I use to test stuff, and usedcargo +1.39.0 doc
to document this:The text was updated successfully, but these errors were encountered: