mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
9 lines
171 B
Rust
9 lines
171 B
Rust
// 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;
|