2019-01-10 20:18:46 -06:00
|
|
|
//@ aux-build:pub-extern-crate.rs
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ 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-10 20:18:46 -06:00
|
|
|
#[doc(inline)]
|
|
|
|
pub extern crate inner;
|