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;
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ has 'submodule_inner/struct.Foo.html' '//a[@href="../a/bar/struct.Bar.html"]' 'Bar'
|
2020-06-09 20:12:01 -04:00
|
|
|
pub use a::foo::Foo;
|