Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
1f243003a79f5a59a7b904524b1cc969a4bda38f
/
.
/
src
/
test
/
rustdoc
/
inline_cross
/
add-docs.rs
blob: 8f0c4e5e6418485cbb4709ace79c66a9f8f38d4d [
file
] [
log
] [
blame
]
// 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
;