]> git.proxmox.com Git - rustc.git/blob - tests/rustdoc/intra-doc/extern-inherent-impl.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / rustdoc / intra-doc / extern-inherent-impl.rs
1 // Reexport of a structure with public inherent impls having doc links in their comments. The doc
2 // link points to an associated item, so we check that traits in scope for that link are populated.
3
4 // aux-build:extern-inherent-impl-dep.rs
5
6 extern crate extern_inherent_impl_dep;
7
8 pub use extern_inherent_impl_dep::PublicStruct;