pub(super) fn validate_named_identifiers<'a>( names: impl Iterator<Item = &'a String>, section: &str, path: &Path, ) -> Result<()>