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