Skip to content

rustdoc: doc attributes are not rendered for re-exports #91472

Open
@crumblingstatue

Description

@crumblingstatue

Source:

/// Re-export of egui. Use this to access egui functionality.
/// 
/// This way, you don't have to declare egui as a dependency, and this will be
/// guaranteed to be the same version as egui-sfml uses.
pub use egui;

Rendering:
image

If not rendering is intentional, there should be a warning that the doc text won't show up in the rendered version.

meta:
rustdoc 1.59.0-nightly (db9d361a4 2021-11-28)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-cross-crate-reexportsArea: Documentation that has been re-exported from a different crateC-bugCategory: This is a bug.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