mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
10 lines
230 B
Rust
10 lines
230 B
Rust
// aux-build:issue-28927-2.rs
|
|
// aux-build:issue-28927-1.rs
|
|
// ignore-cross-compile
|
|
|
|
// https://github.com/rust-lang/rust/issues/28927
|
|
#![crate_name="issue_28927"]
|
|
|
|
pub extern crate issue_28927_1 as inner1;
|
|
pub use inner1 as foo;
|