fn emit_pattern_not_found( ws: &Workspace<'_>, opt_patterns: Vec<(Pattern, bool)>, opt_out: bool, ) -> CargoResult<()>
Emits “glob pattern not found” error.