You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, I should have cc'd here, I left a comment on the rustup issue. I think it is due to the way rustup generates the completion, and isn't affected by the recent updates.
_cargo and _rustup completions stopped working for me while others were okay. Since zsh completions create a .zcompdump cache file, removing .zcompdump and allowing it to be regenerated got completions working again.
Problem
ZSH completions for Cargo provided by
rustup
don't work. Completions forrustup
work fine though.Corresponding
rustup
issueSteps
Notes
$ cargo version cargo 1.37.0 (9edd08916 2019-08-02) $rustup --version rustup 1.18.3 (435397f48 2019-05-22)
The text was updated successfully, but these errors were encountered: