Merge pull request #4113 from rmehri01/toolchain-parsing

fix toolchain flag parsing
This commit is contained in:
Ralf Jung 2024-12-28 08:17:04 +00:00 committed by GitHub
commit 3fceb037d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.