Auto merge of #127602 - onur-ozkan:calling-order, r=Kobzol

maintain the given order on step execution

Previously step execution disregarded the CLI order and this change executes the given steps in the order specified on CLI.

For example, running `x $kind a b c` will execute `$kind` step for `a`, then `b`, then `c` crates in the specified order.

Fixes #126165
cc `@matthiaskrgr`
This commit is contained in:
bors 2024-07-17 10:57:17 +00:00
commit 914ff26c1b

Diff content is not available