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