]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/intra-doc/extern-inherent-impl.rs
Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc
[rust.git] / src / test / 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;