rust/tests/ui/typeck/auxiliary/issue-29181.rs

6 lines
60 B
Rust

#![crate_type="lib"]
pub mod foo {
pub use super::*;
}