2016-06-06 19:20:12 -05:00
|
|
|
// aux-build:rustdoc-hidden.rs
|
|
|
|
// build-aux-docs
|
|
|
|
// ignore-cross-compile
|
|
|
|
|
|
|
|
extern crate rustdoc_hidden;
|
|
|
|
|
|
|
|
// @has hidden_use/index.html
|
2022-08-11 23:44:07 -05:00
|
|
|
// @!hasraw - 'rustdoc_hidden'
|
|
|
|
// @!hasraw - 'Bar'
|
2016-06-06 19:20:12 -05:00
|
|
|
// @!has hidden_use/struct.Bar.html
|
|
|
|
#[doc(hidden)]
|
|
|
|
pub use rustdoc_hidden::Bar;
|