2024-02-22 12:10:29 +00:00
|
|
|
//@ aux-build:reexport-doc-aux.rs
|
2022-10-25 16:28:27 +02:00
|
|
|
|
|
|
|
extern crate reexport_doc_aux as dep;
|
|
|
|
|
|
|
|
// @has 'reexport_doc/struct.Foo.html'
|
|
|
|
// @count - '//p' 'These are the docs for Foo.' 1
|
|
|
|
/// These are the docs for Foo.
|
|
|
|
pub use dep::Foo;
|