Merge pull request #4113 from rmehri01/toolchain-parsing
fix toolchain flag parsing
This commit is contained in:
commit
3fceb037d5
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ pub enum Command {
|
|||
/// `rustup-toolchain-install-master` must be installed for this to work.
|
||||
Toolchain {
|
||||
/// Flags that are passed through to `rustup-toolchain-install-master`.
|
||||
#[arg(trailing_var_arg = true, allow_hyphen_values = true)]
|
||||
flags: Vec<String>,
|
||||
},
|
||||
/// Pull and merge Miri changes from the rustc repo.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue