Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 6dc53bd

Browse files
authored
Unrolled build for rust-lang#115957
Rollup merge of rust-lang#115957 - cuishuang:master, r=GuillaumeGomez fix mismatched symbols
2 parents 42f5828 + 0944860 commit 6dc53bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/job.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub unsafe fn setup(build: &mut Build) {
134134
// If this failed, well at least we tried! An example of DuplicateHandle
135135
// failing in the past has been when the wrong python2 package spawned this
136136
// build system (e.g., the `python2` package in MSYS instead of
137-
// `mingw-w64-x86_64-python2`. Not sure why it failed, but the "failure
137+
// `mingw-w64-x86_64-python2`). Not sure why it failed, but the "failure
138138
// mode" here is that we only clean everything up when the build system
139139
// dies, not when the python parent does, so not too bad.
140140
if r.is_err() {

0 commit comments

Comments
 (0)