This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit dbf33b0
committed
Auto merge of rust-lang#126278 - lqd:beta, r=<try>
[beta] Check self-contained linker status
It seems the self-contained linker is enabled on beta. Let's fix that.
r? ghostFile tree
2 files changed
+7
-5
lines changed- library/alloc/src/collections/binary_heap
- src/bootstrap/src/core/build_steps
2 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
| 443 | + | |
447 | 444 | | |
448 | 445 | | |
449 | 446 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1137 | 1137 | | |
1138 | 1138 | | |
1139 | 1139 | | |
1140 | | - | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
1141 | 1144 | | |
| 1145 | + | |
| 1146 | + | |
1142 | 1147 | | |
1143 | 1148 | | |
1144 | 1149 | | |
| |||
0 commit comments