]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/pub-extern-crate.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / 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;