pub fn validate_disjoint(specs: &[(&str, &RenderSpec)]) -> Result<()>Expand description
Two resources rendering the same path is a config error, not a merge: they would race, and the second would render over the first’s output and fail its own match check for reasons nothing in the definition explains.