Skip to content

Commit

Permalink
Merge pull request #4113 from rmehri01/toolchain-parsing
Browse files Browse the repository at this point in the history
fix toolchain flag parsing
  • Loading branch information
RalfJung authored Dec 28, 2024
2 parents 8449b7e + 899578c commit d9396fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miri-script/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d9396fe

Please sign in to comment.