about summary refs log tree commit diff
path: root/tests/rustdoc/intra-doc/extern-inherent-impl.rs
blob: ac5ba8ddd058b517d4d2b862d7c02bae96b9e59e (plain)
1
2
3
4
5
6
7
8
// Reexport of a structure with public inherent impls having doc links in their comments. The doc
// link points to an associated item, so we check that traits in scope for that link are populated.

//@ aux-build:extern-inherent-impl-dep.rs

extern crate extern_inherent_impl_dep;

pub use extern_inherent_impl_dep::PublicStruct;