Skip to content

rustdoc: blanket impl does not work for re-exported items #53374

Closed
@ehuss

Description

@ehuss

The new "blanket implementations" does not seem to work if an item is re-exported in a different location. For example:

pub struct S2 {}
mod m {
    pub struct S {}
}
pub use m::*;

S2 shows the blanket implementations, but S does not.

Tested with rustc 1.30.0-nightly (d5a448b 2018-08-13).

cc @GuillaumeGomez

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions