mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
10 lines
198 B
Rust
10 lines
198 B
Rust
// aux-build:issue-22025.rs
|
|
// ignore-cross-compile
|
|
|
|
// https://github.com/rust-lang/rust/issues/22025
|
|
#![crate_name="issue_22025"]
|
|
|
|
extern crate issue_22025;
|
|
|
|
pub use issue_22025::foo::{Foo, Bar};
|