Update backtrace and windows-bindgen#151680
Conversation
|
rustbot has assigned @Mark-Simulacrum. Use |
|
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Context for the windows-link change at rust-lang/backtrace-rs#727 / rust-lang/backtrace-rs#694. Sanity checking Windows, r=me after that
@bors try jobs=x86_64-msvc-*
Update backtrace and windows-bindgen try-job: x86_64-msvc-*
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 401b150 failed: CI. Failed job:
|
|
That's weird. Is github having issues? @bors try jobs=x86_64-msvc-* |
This comment has been minimized.
This comment has been minimized.
Update backtrace and windows-bindgen try-job: x86_64-msvc-*
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
|
@bors try jobs=x86_64-msvc-* |
Update backtrace and windows-bindgen try-job: x86_64-msvc-*
This comment has been minimized.
This comment has been minimized.
|
I think rla may have been responding to the previous failure, the retry was still ongoing. Since at least the ext jobs succeeded, I expect this to be fine. @bors r+ |
Rollup of 12 pull requests Successful merges: - #147996 (Stabilize ppc inline assembly) - #148718 (Do not mention `-Zmacro-backtrace` for std macros that are a wrapper around a compiler intrinsic) - #151137 (checksum-freshness: Fix invalid checksum calculation for binary files) - #151680 (Update backtrace and windows-bindgen) - #150863 (Adds two new Tier 3 targets - `aarch64v8r-unknown-none{,-softfloat}`) - #151040 (Don't expose redundant information in `rustc_public`'s `LayoutShape`) - #151383 (remove `#[deprecated]` from unstable & internal `SipHasher13` and `24` types) - #151529 (lint: Use rustc_apfloat for `overflowing_literals`, add f16 and f128) - #151669 (rename uN::{gather,scatter}_bits to uN::{extract,deposit}_bits) - #151689 (Fix broken Xtensa installation link) - #151699 (Update books) - #151700 (os allow missing_docs)
Rollup merge of #151680 - ChrisDenton:bindgen, r=tgross35 Update backtrace and windows-bindgen Supersedes the backtrace bump in #151659 This is mostly just renaming `windows_targets` to `windows_link` but it needs to be done in tandem with the backtrace submodule update. The reason for doing this is that backtrace is both copy/pasted into std (via being a submodule) and published as an independent crate.
Rollup of 12 pull requests Successful merges: - rust-lang/rust#147996 (Stabilize ppc inline assembly) - rust-lang/rust#148718 (Do not mention `-Zmacro-backtrace` for std macros that are a wrapper around a compiler intrinsic) - rust-lang/rust#151137 (checksum-freshness: Fix invalid checksum calculation for binary files) - rust-lang/rust#151680 (Update backtrace and windows-bindgen) - rust-lang/rust#150863 (Adds two new Tier 3 targets - `aarch64v8r-unknown-none{,-softfloat}`) - rust-lang/rust#151040 (Don't expose redundant information in `rustc_public`'s `LayoutShape`) - rust-lang/rust#151383 (remove `#[deprecated]` from unstable & internal `SipHasher13` and `24` types) - rust-lang/rust#151529 (lint: Use rustc_apfloat for `overflowing_literals`, add f16 and f128) - rust-lang/rust#151669 (rename uN::{gather,scatter}_bits to uN::{extract,deposit}_bits) - rust-lang/rust#151689 (Fix broken Xtensa installation link) - rust-lang/rust#151699 (Update books) - rust-lang/rust#151700 (os allow missing_docs)
Supersedes the backtrace bump in #151659
This is mostly just renaming
windows_targetstowindows_linkbut it needs to be done in tandem with the backtrace submodule update. The reason for doing this is that backtrace is both copy/pasted into std (via being a submodule) and published as an independent crate.