Skip to content

Commit

Permalink
Rollup merge of rust-lang#71567 - Mark-Simulacrum:no-success, r=matth…
Browse files Browse the repository at this point in the history
…iaskrgr

Handle build completion message from Cargo

This was introduced in the recent bump to 1.44 bootstrap cargo

Fixes rust-lang#71561.
  • Loading branch information
Dylan-DPC committed Apr 29, 2020
2 parents 02a77d8 + 5a5fa39 commit d35aab9
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 d35aab9

Please sign in to comment.