1 2 3 4 5 6 7 8
mod trait_mix { #[legacy_exports]; #[path = "trait-mix.rs"] #[legacy_exports] mod trait_mix; #[legacy_exports] mod u_trait_mix; }