2020-06-09 20:12:01 -04:00
|
|
|
// aux-build:submodule-inner.rs
|
|
|
|
// build-aux-docs
|
2021-11-26 15:03:16 -08:00
|
|
|
#![deny(rustdoc::broken_intra_doc_links)]
|
2020-06-10 08:56:44 -04:00
|
|
|
|
2020-06-09 20:12:01 -04:00
|
|
|
extern crate a;
|
|
|
|
|
|
|
|
// @has 'submodule_inner/struct.Foo.html' '//a[@href="../a/bar/struct.Bar.html"]' 'Bar'
|
|
|
|
pub use a::foo::Foo;
|