This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit b8e28d1
authored
Rollup merge of rust-lang#126112 - Kobzol:runmake-source-root, r=jieyouxu
Clean up source root in run-make tests
The name `S` isn't exactly the most descriptive, and we also shouldn't need to pass it when building (actually I think that most of the env. vars that we pass to `cargo` here are probably not really needed).
Related issue: rust-lang#126071
r? ```@jieyouxu```File tree
3 files changed
+4
-5
lines changed- src/tools
- compiletest/src
- run-make-support/src
- tests/run-make/CURRENT_RUSTC_VERSION
3 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3515 | 3515 | | |
3516 | 3516 | | |
3517 | 3517 | | |
3518 | | - | |
3519 | 3518 | | |
3520 | 3519 | | |
3521 | 3520 | | |
| |||
3567 | 3566 | | |
3568 | 3567 | | |
3569 | 3568 | | |
3570 | | - | |
| 3569 | + | |
3571 | 3570 | | |
3572 | 3571 | | |
3573 | 3572 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
0 commit comments