-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle build completion message from Cargo #71567
Conversation
This was introduced in the recent bump to 1.43 bootstrap cargo
@Mark-Simulacrum: no appropriate reviewer found, use r? to override |
@matthiaskrgr -- want to do a review here? |
LGTM, can confirm that #71561 no longer occurs, thanks! |
@bors r=matthiaskrgr |
📌 Commit 5a5fa39 has been approved by |
@Mark-Simulacrum Just so I’m clear, what you’re proposing is including changes to the JSON output in the release notes? That seems fine with me if that’s the case. |
Yeah, just a brief note that Cargo now prints build completion messages. Doesn't have to be in Rustc release notes either, I just want to make sure we write it down somewhere. |
…iaskrgr Handle build completion message from Cargo This was introduced in the recent bump to 1.44 bootstrap cargo Fixes rust-lang#71561.
…iaskrgr Handle build completion message from Cargo This was introduced in the recent bump to 1.44 bootstrap cargo Fixes rust-lang#71561.
…iaskrgr Handle build completion message from Cargo This was introduced in the recent bump to 1.44 bootstrap cargo Fixes rust-lang#71561.
…iaskrgr Handle build completion message from Cargo This was introduced in the recent bump to 1.44 bootstrap cargo Fixes rust-lang#71561.
…iaskrgr Handle build completion message from Cargo This was introduced in the recent bump to 1.44 bootstrap cargo Fixes rust-lang#71561.
Rollup of 8 pull requests Successful merges: - rust-lang#71148 (Vec drop and truncate: drop using raw slice *mut [T]) - rust-lang#71465 (Add a convenience method on `TyCtxt` for checking for thread locals) - rust-lang#71567 (Handle build completion message from Cargo) - rust-lang#71590 (MIR dump: print pointers consistently with Miri output) - rust-lang#71682 (Bump pulldown-cmark) - rust-lang#71688 (Allow `Downcast` projections unconditionally in const-checking) - rust-lang#71691 (Allow `Unreachable` terminators unconditionally in const-checking) - rust-lang#71719 (Update backtrace-sys) Failed merges: r? @ghost
This was introduced in the recent bump to 1.44 bootstrap cargo
Fixes #71561.