]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/pub-extern-crate.rs
Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk
[rust.git] / tests / rustdoc / pub-extern-crate.rs
1 // aux-build:pub-extern-crate.rs
2
3 // @has pub_extern_crate/index.html
4 // @!has - '//code' 'pub extern crate inner'
5 // @has - '//a/@href' 'inner/index.html'
6 // @has pub_extern_crate/inner/index.html
7 // @has pub_extern_crate/inner/struct.SomeStruct.html
8 #[doc(inline)]
9 pub extern crate inner;