Commit e794ef7
committed
fix: set CARGO env var during rustc -vV probe
The -vV probe goes through RUSTC_WRAPPER and RUSTC_WORKSPACE_WRAPPER
since rust-lang#13659, but the CARGO env var was not set. Tools like sccache
depend on CARGO to detect the workspace wrapper pattern in their
compiler detection logic.
Closes rust-lang#168051 parent e4d75c9 commit e794ef7
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4581 | 4581 | | |
4582 | 4582 | | |
4583 | 4583 | | |
4584 | | - | |
4585 | | - | |
| 4584 | + | |
| 4585 | + | |
4586 | 4586 | | |
4587 | 4587 | | |
4588 | 4588 | | |
| |||
0 commit comments