blob: e1465816368bf178ed9fd2e3b8e4faeaed08458e [file] [log] [blame]
// aux-build:submodule-inner.rs
// build-aux-docs
#![deny(broken_intra_doc_links)]
extern crate a;
// @has 'submodule_inner/struct.Foo.html' '//a[@href="../a/bar/struct.Bar.html"]' 'Bar'
pub use a::foo::Foo;