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
RalfJung committed Apr 30, 2020
2 parents 4df51d0 + 5a5fa39 commit 91428ab
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 91428ab

Please sign in to comment.