Skip to content

Commit 91428ab

Browse files
authored
Rollup merge of #71567 - Mark-Simulacrum:no-success, r=matthiaskrgr
Handle build completion message from Cargo This was introduced in the recent bump to 1.44 bootstrap cargo Fixes #71561.
2 parents 4df51d0 + 5a5fa39 commit 91428ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/compile.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1012,4 +1012,7 @@ pub enum CargoMessage<'a> {
10121012
BuildScriptExecuted {
10131013
package_id: Cow<'a, str>,
10141014
},
1015+
BuildFinished {
1016+
success: bool,
1017+
},
10151018
}

0 commit comments

Comments
 (0)