blob: 37899676892f3e8c23d9b3270c860138e85463d8 [file] [log] [blame]
mod a {
pub mod error {}
}
pub use a::*;
mod b {
pub mod error {}
}
pub use b::*;