1 2 3 4 5 6 7 8
// https://github.com/rust-lang/rust/issues/5950 //@ check-pass pub use local as local_alias; pub mod local { } pub fn main() {}