]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/inline_cross/cross-glob.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / rustdoc / inline_cross / cross-glob.rs
1 // aux-build:cross-glob.rs
2 // build-aux-docs
3 // ignore-cross-compile
4
5 extern crate inner;
6
7 // @has cross_glob/struct.SomeStruct.html
8 // @has cross_glob/fn.some_fn.html
9 // @!has cross_glob/index.html '//code' 'pub use inner::*;'
10 #[doc(inline)]
11 pub use inner::*;