Skip to content

RELEASE.md does not mention the change to allow adding docs to reexported items #84007

Closed
@rodrimati1992

Description

@rodrimati1992

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!
pub use std::marker::PhantomData;

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions