fn find_root_iter<'a>(
    manifest_path: &'a Path,
    config: &'a Config
) -> impl Iterator<Item = PathBuf> + 'a