Skip to content

Commit c5f215a

Browse files
Rollup merge of rust-lang#115957 - cuishuang:master, r=GuillaumeGomez
fix mismatched symbols
2 parents 52a0d13 + 0944860 commit c5f215a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/job.rs

+1-1
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)