-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
C-bugCategory: bugCategory: bug
Description
Problem
ZSH completions for Cargo provided by rustup
don't work. Completions for rustup
work fine though.
Corresponding rustup
issue
Steps
mkdir ~/.zfunc
rustup completions zsh cargo > ~/.zfunc/_cargo
rustup completions zsh > ~/.zfunc/_rustup
fpath+=~/.zfunc
compinit
Notes
$ cargo version
cargo 1.37.0 (9edd08916 2019-08-02)
$rustup --version
rustup 1.18.3 (435397f48 2019-05-22)
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bug