Function run_make_support::recursive_diff
source ยท pub fn recursive_diff(dir1: impl AsRef<Path>, dir2: impl AsRef<Path>)Expand description
Check that all files in dir1 exist and have the same content in dir2. Panic otherwise.
pub fn recursive_diff(dir1: impl AsRef<Path>, dir2: impl AsRef<Path>)Check that all files in dir1 exist and have the same content in dir2. Panic otherwise.