do not even look for cargo metadata in 'cargo miri setup'
This commit is contained in:
parent
a9eda8012c
commit
dcfc2f207e
1 changed files with 4 additions and 0 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue