Skip to content

Commit

Permalink
Rollup merge of #71567 - Mark-Simulacrum:no-success, r=matthiaskrgr
Browse files Browse the repository at this point in the history
Handle build completion message from Cargo

This was introduced in the recent bump to 1.44 bootstrap cargo

Fixes #71561.
  • Loading branch information
tmandry committed Apr 30, 2020
2 parents 94433a6 + 5a5fa39 commit 01fffff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bootstrap/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1012,4 +1012,7 @@ pub enum CargoMessage<'a> {
BuildScriptExecuted {
package_id: Cow<'a, str>,
},
BuildFinished {
success: bool,
},
}

0 comments on commit 01fffff

Please sign in to comment.