Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #13686 - scop:fix/cargo-unset-opt-var, r=ehuss
fix: bash completion fallback in `nounset` mode With the shell in `nounset` mode, the intended fallback to filename completion provokes an error: ``` $ cargo foo <TAB>bash: !opt_var: unbound variable ```
- Loading branch information