mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00
9 lines
148 B
Rust
9 lines
148 B
Rust
// aux-build:issue-22025.rs
|
|
// ignore-cross-compile
|
|
|
|
#![crate_name="issue_22025"]
|
|
|
|
extern crate issue_22025;
|
|
|
|
pub use issue_22025::foo::{Foo, Bar};
|