2016-02-25 18:45:24 -06:00
|
|
|
// aux-build:issue-29584.rs
|
|
|
|
// ignore-cross-compile
|
|
|
|
|
2023-10-16 17:41:04 -05:00
|
|
|
#![crate_name="issue_29584"]
|
|
|
|
|
2016-02-25 18:45:24 -06:00
|
|
|
extern crate issue_29584;
|
|
|
|
|
|
|
|
// @has issue_29584/struct.Foo.html
|
2022-08-11 23:44:07 -05:00
|
|
|
// @!hasraw - 'impl Bar for'
|
2016-02-25 18:45:24 -06:00
|
|
|
pub use issue_29584::Foo;
|