mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
do not even look for cargo metadata in 'cargo miri setup'
This commit is contained in:
@@ -223,6 +223,10 @@ fn main() {
|
||||
// We always setup
|
||||
let ask = subcommand != MiriCommand::Setup;
|
||||
setup(ask);
|
||||
if subcommand == MiriCommand::Setup {
|
||||
// Stop here.
|
||||
return;
|
||||
}
|
||||
|
||||
// Now run the command.
|
||||
for target in list_targets(std::env::args().skip(skip)) {
|
||||
|
||||
Reference in New Issue
Block a user