2022-10-25 09:28:27 -05:00
|
|
|
//@ aux-build:reexport-doc-aux.rs
|
|
|
|
|
|
|
|
extern crate reexport_doc_aux as dep;
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has 'reexport_doc/struct.Foo.html'
|
|
|
|
//@ count - '//p' 'These are the docs for Foo.' 1
|
2022-10-25 09:28:27 -05:00
|
|
|
/// These are the docs for Foo.
|
|
|
|
pub use dep::Foo;
|