mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
7 lines
118 B
Rust
7 lines
118 B
Rust
// aux-build:issue-22025.rs
|
|
// ignore-cross-compile
|
|
|
|
extern crate issue_22025;
|
|
|
|
pub use issue_22025::foo::{Foo, Bar};
|