2022-02-01 15:37:30 +08:00
|
|
|
// 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.
|
|
|
|
|
2024-02-22 12:10:29 +00:00
|
|
|
//@ aux-build:extern-inherent-impl-dep.rs
|
2022-02-01 15:37:30 +08:00
|
|
|
|
|
|
|
extern crate extern_inherent_impl_dep;
|
|
|
|
|
|
|
|
pub use extern_inherent_impl_dep::PublicStruct;
|