rust/tests/rustdoc/inline_cross/add-docs.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
246 B
Rust
Raw Normal View History

// 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;