Bash completions don't work #12409
Labels
A-completions
Area: shell completions
C-bug
Category: bug
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
Problem
The Bash completions don't work because they are not be sourced correctly.
Steps
Rustup expects Bash completions in
~/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/etc/bash_completion.d/cargo
:Unfortunately, the completions are not there:
But, the completions are here:
Note the
/src/etc
instead of just/etc
.Possible Solution(s)
The Bash completions should be placed in
/etc/bash_completion.d/cargo
instead of/src/etc/bash_completion.d/cargo
.Notes
No response
Version
The text was updated successfully, but these errors were encountered: