Constant git2::PATHSPEC_FIND_FAILURES []

pub const PATHSPEC_FIND_FAILURES: PathspecFlags = PathspecFlags{bits: raw::GIT_PATHSPEC_FIND_FAILURES as u32,}

Means that the list returned should track which patterns matched which files so that at the end of the match we can identify patterns that did not match any files.