Commit 98a0684
committed
fix(layout): Remove hashes from bins in new layout
There is a desire in #8332 to make our use of `-Cextra-file-name` in `deps/` more
consistent across platforms.
Having it present gets in the way of finding PDBs.
With #15010, we no longer need `-Cextra-file-name` to avoid collisions.
It might still be used by rustc for faster lookups though.
So we can at least adjust all other platforms to be like Windows,
making things consistent
Addresses #8332 if #15010 is stabilized
Part of #150101 parent d1061b4 commit 98a0684
File tree
3 files changed
+26
-4
lines changed- src/cargo/core/compiler/build_runner
- tests/testsuite
3 files changed
+26
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
890 | | - | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
891 | 913 | | |
892 | 914 | | |
893 | 915 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments