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

extern crate inner;


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