This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 5aece7f
committed
ensure std for cross-targets
Previously, doing `x test compiler/*` would fail the build due to missing std.
This change ensures that it is prepared.
Signed-off-by: onur-ozkan <[email protected]>1 parent 735f758 commit 5aece7f
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2564 | 2564 | | |
2565 | 2565 | | |
2566 | 2566 | | |
2567 | | - | |
2568 | | - | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
| 2572 | + | |
2569 | 2573 | | |
2570 | 2574 | | |
2571 | 2575 | | |
| |||
0 commit comments