pub fn load_overlay_patches(path: impl AsRef<Path>) -> Result<Vec<PatchOptions>>Expand description
Load a required overlay patch list — a bundle’s cordis.patch.yml or a
--patch overlay. Same file format as load_optional_patches, but a
missing file is a hard error: the caller named this file, so its
absence is a misconfiguration, not “no overlay”.