diff --git a/miri-script/src/main.rs b/miri-script/src/main.rs index a80fed8fcb..279bdf8cc3 100644 --- a/miri-script/src/main.rs +++ b/miri-script/src/main.rs @@ -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, }, /// Pull and merge Miri changes from the rustc repo.