New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/35768#issuecomment-1190429836 Comment: Unless I'm misunderstanding things, I'm opposed to the subpackage or attempting to manage cargo completions in the rustup package. The whole point of rustup is to fetch one or more versions of the rust toolchain, including cargo, into a local (per-user) environment. We shouldn't be shipping completions for commands that aren't provided expliclty by the package. The completions aren't even guaranteed to be right if the cargo command syntax changes from one version of cargo to the next. People using rustup can just as easily invoke `rustup completions cargo` in their shells. There's no reason to do that here.