]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-29584.rs
Move /src/test to /tests
[rust.git] / tests / rustdoc / issue-29584.rs
1 // aux-build:issue-29584.rs
2 // ignore-cross-compile
3
4 extern crate issue_29584;
5
6 // @has issue_29584/struct.Foo.html
7 // @!hasraw - 'impl Bar for'
8 pub use issue_29584::Foo;