Skip to content

#[doc(inline)] has no effect on reexported derive macros #58696

Closed
@nox

Description

@nox
Contributor

Everything is in the title, #[doc(inline)] pub use foo_derive::Foo; does not inline Foo's documentation.

Activity

added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
on Feb 24, 2019
added
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bugCategory: This is a bug.
on Feb 24, 2019
jplatte

jplatte commented on Aug 3, 2019

@jplatte
Contributor

This also applies to non-derive proc_macros.

8 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)C-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

      Participants

      @nox@jplatte@jonas-schievink

      Issue actions

        #[doc(inline)] has no effect on reexported derive macros · Issue #58696 · rust-lang/rust