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.
This commit is contained in:
commit
01fffff677
@ -1012,4 +1012,7 @@ pub enum CargoMessage<'a> {
|
||||
BuildScriptExecuted {
|
||||
package_id: Cow<'a, str>,
|
||||
},
|
||||
BuildFinished {
|
||||
success: bool,
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user