1 2 3 4 5 6 7 8 9 10 11
#[path = "multi-src"] mod multi { #[legacy_exports]; // implicitly #[path = "foo.rs"] #[legacy_exports] mod foo; #[path = "bar.rs"] #[legacy_exports] mod bar; }