fn emit_pattern_not_found(
    ws: &Workspace<'_>,
    opt_patterns: Vec<(Pattern, bool)>,
    opt_out: bool
) -> CargoResult<()>
Expand description

Emits “glob pattern not found” error.