This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 08bac31
authored
Rollup merge of rust-lang#120280 - tmiasko:is-enabled, r=compiler-errors
Move condition enabling the pass to `is_enabled`
The practical motivation is to omit the pass from -Zdump-mir=all when disabled.1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 13 | + | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
| |||
0 commit comments