[BETA-1.63] Fix zsh completions for add and locate-project#10811
Merged
bors merged 1 commit intorust-lang:rust-1.63.0from Jul 1, 2022
Diomendius:bugfix-zsh-completions-1.63.0
Merged
[BETA-1.63] Fix zsh completions for add and locate-project#10811bors merged 1 commit intorust-lang:rust-1.63.0from Diomendius:bugfix-zsh-completions-1.63.0
bors merged 1 commit intorust-lang:rust-1.63.0from
Diomendius:bugfix-zsh-completions-1.63.0
Conversation
The zsh tab-completion script had missing line continuations which would cause `command not found:` errors when trying to complete the `cargo add` or `cargo locate-project` subcommands.
|
r? @ehuss (rust-highfive has picked a reviewer for you, use r? to override) |
|
Member
|
Thanks! @bors r+ |
Contributor
|
📌 Commit 9766342 has been approved by |
Contributor
Contributor
|
☀️ Test successful - checks-actions |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 6, 2022
[beta] Beta 1.63 backports * fix data race in thread::scope rust-lang#98503 * Mitigate MMIO stale data vulnerability rust-lang#98126 * Cargo: * [BETA-1.63] Fix zsh completions for add and locate-project (rust-lang/cargo#10811) * [BETA-1.63] Bump cargo-util version. (rust-lang/cargo#10805)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a backport of #10810 to the
rust-1.63.0branch.src/etc/_cargois unchanged between this branch andmasterand only Zsh cares about the contents of this file, so there should be no issues with merging this.