1 2 3
//! The INCLUDING file: `include!()` splices src/gen/part.rs into THIS module, //! so the reader that lives over there runs as `inc::…`. include!("gen/part.rs");