mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
9 lines
132 B
Rust
9 lines
132 B
Rust
// https://github.com/rust-lang/rust/issues/5950
|
|
//@ check-pass
|
|
|
|
pub use local as local_alias;
|
|
|
|
pub mod local { }
|
|
|
|
pub fn main() {}
|