This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 9d70954
committed
Auto merge of rust-lang#122205 - onur-ozkan:incorrect-sysroot-for-target, r=albertlarsan68
ensure std is prepared for cross-targets
Previously, doing `x test compiler/*` would result in build failures due to missing std. This PR fixes that.1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2605 | 2605 | | |
2606 | 2606 | | |
2607 | 2607 | | |
2608 | | - | |
2609 | | - | |
| 2608 | + | |
| 2609 | + | |
| 2610 | + | |
| 2611 | + | |
| 2612 | + | |
| 2613 | + | |
2610 | 2614 | | |
2611 | 2615 | | |
2612 | 2616 | | |
| |||
0 commit comments