We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d0b05 commit 5332d9aCopy full SHA for 5332d9a
src/bootstrap/bootstrap.py
@@ -351,6 +351,9 @@ def download_stage0(self):
351
with open(self.rustc_stamp(), 'w') as rust_stamp:
352
rust_stamp.write(self.date)
353
354
+ # This is required so that we don't mix incompatible MinGW
355
+ # libraries/binaries that are included in rust-std with
356
+ # the system MinGW ones.
357
if "pc-windows-gnu" in self.build:
358
filename = "rust-mingw-{}-{}.tar.gz".format(
359
rustc_channel, self.build)
0 commit comments