rust-lang/cargo: home-0.5.12: Make shell completion variables private. (#16144)
Otherwise they leak. For example type cargo che<Tab> in ZSH and you can see that the variables are now set in the shell (overwriting existing variables of this name). What does this PR try to resolve? Avoids…