summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/inline_cross/doc-hidden-extern-trait-impl-29584.rs
blob: b246e94e048d172d846ea5962df63e60560e772f (plain)
1
2
3
4
5
6
7
8
9
10
11
// aux-build:issue-29584.rs
// ignore-cross-compile

// https://github.com/rust-lang/rust/issues/29584
#![crate_name="issue_29584"]

extern crate issue_29584;

// @has issue_29584/struct.Foo.html
// @!hasraw - 'impl Bar for'
pub use issue_29584::Foo;