Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
inline_cross
/
add-docs.rs
blob: d4e0c539070644852958b01202eb90d5afd0a9c1 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
;