-
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
Switch master to 1.38 #62376
Switch master to 1.38 #62376
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
This will fail on CI because we don't have a beta yet, but the date should be accurate and we should have a beta in ~40 minutes. |
src/libunwind/libunwind.rs
Outdated
@@ -148,7 +148,7 @@ if #[cfg(all(any(target_os = "ios", target_os = "netbsd", not(target_arch = "arm | |||
pub const UNWIND_POINTER_REG: c_int = 12; | |||
pub const UNWIND_IP_REG: c_int = 15; | |||
|
|||
#[cfg_attr(all(not(bootstrap), feature = "llvm-libunwind"), | |||
#[cfg_attr(allfeature = "llvm-libunwind", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#[cfg_attr(allfeature = "llvm-libunwind", | |
#[cfg_attr(feature = "llvm-libunwind", |
cc @RalfJung - I've simply allowed the warning here though I suspect this isn't the only place. It also looks like the |
d22ae9d
to
777aa39
Compare
Yeah, while libcore and liballoc should be free of
Indeed. This is also related to #58363. |
There's also still tons of
Probably the |
r=me when this is green on CI |
777aa39
to
007d87f
Compare
@bors r=alexcrichton p=50 |
📌 Commit 007d87f has been approved by |
☀️ Test successful - checks-azure, checks-travis, status-appveyor |
This was broken by rust-lang#62376 Since rust-lang#62286 is not in beta yet, we cannot remove those not(bootstrap) Signed-off-by: Marc-Antoine Perennou <[email protected]>
No description provided.