summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/inline_cross/cross-glob.rs
blob: f97da11a9014905d7168341b6e7ddf16c9b0e6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
// aux-build:cross-glob.rs
// build-aux-docs
// ignore-cross-compile

extern crate inner;

// @has cross_glob/struct.SomeStruct.html
// @has cross_glob/fn.some_fn.html
// @!has cross_glob/index.html '//code' 'pub use inner::*;'
#[doc(inline)]
pub use inner::*;