summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-29584.rs
blob: 4364a9649b57b48ac11cfa970d342c13389cbce2 (plain)
1
2
3
4
5
6
7
8
// aux-build:issue-29584.rs
// ignore-cross-compile

extern crate issue_29584;

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