]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/inline_cross/add-docs.rs
Rollup merge of #106753 - compiler-errors:rpitit-not-suggestable, r=spastorino
[rust.git] / tests / rustdoc / inline_cross / add-docs.rs
1 // aux-build:add-docs.rs
2
3 extern crate inner;
4
5
6 // @has add_docs/struct.MyStruct.html
7 // @hasraw add_docs/struct.MyStruct.html "Doc comment from ‘pub use’, Doc comment from definition"
8 /// Doc comment from 'pub use',
9 pub use inner::MyStruct;