summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/pub-extern-crate.rs
blob: 26747a4d1aca5f12b19319ba7c0dee4cb7349659 (plain)
1
2
3
4
5
6
7
8
9
// aux-build:pub-extern-crate.rs

// @has pub_extern_crate/index.html
// @!has - '//code' 'pub extern crate inner'
// @has - '//a/@href' 'inner/index.html'
// @has pub_extern_crate/inner/index.html
// @has pub_extern_crate/inner/struct.SomeStruct.html
#[doc(inline)]
pub extern crate inner;