about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/macros.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-07-17 10:57:17 +0000
committerbors <bors@rust-lang.org>2024-07-17 10:57:17 +0000
commit3de0a7c716daab58bdb6551b0d0af6a466486639 (patch)
tree5b4e321b0e4c642dcbd475fe8bc1deb98743c0b0 /compiler/rustc_middle/src/macros.rs
parentcb12b52f160c633551bd6e5be8d4c6e2e8660950 (diff)
parent4ad753af915840ca9de07dd2df80419b57136872 (diff)
downloadrust-3de0a7c716daab58bdb6551b0d0af6a466486639.tar.gz
rust-3de0a7c716daab58bdb6551b0d0af6a466486639.zip
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`
Diffstat (limited to 'compiler/rustc_middle/src/macros.rs')
0 files changed, 0 insertions, 0 deletions