rust/tests/rustdoc/inline_cross/issue-28480.rs

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

14 lines
339 B
Rust
Raw Normal View History

2016-04-17 06:54:48 +00:00
//@ aux-build:rustdoc-hidden-sig.rs
//@ build-aux-docs
//@ ignore-cross-compile
//@ has rustdoc_hidden_sig/struct.Bar.html
//@ !has - '//a/@title' 'Hidden'
//@ has - '//a' 'u8'
2016-04-17 06:54:48 +00:00
extern crate rustdoc_hidden_sig;
//@ has issue_28480/struct.Bar.html
//@ !has - '//a/@title' 'Hidden'
//@ has - '//a' 'u8'
2016-04-17 06:54:48 +00:00
pub use rustdoc_hidden_sig::Bar;