fn compile_globs<I, S>(globs: I) -> Result<GlobSet, Error> where I: IntoIterator<Item = S>, S: AsRef<str>,