rust/tests/rustdoc/pub-extern-crate.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
292 B
Rust
Raw Normal View History

2019-01-11 10:18:46 +08:00
//@ 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
2019-01-11 10:18:46 +08:00
#[doc(inline)]
pub extern crate inner;