summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/inline_cross/add-docs.rs
blob: 8f0c4e5e6418485cbb4709ace79c66a9f8f38d4d (plain)
1
2
3
4
5
6
7
8
9
// aux-build:add-docs.rs

extern crate inner;


// @has add_docs/struct.MyStruct.html
// @has add_docs/struct.MyStruct.html "Doc comment from ‘pub use’, Doc comment from definition"
/// Doc comment from 'pub use',
pub use inner::MyStruct;