-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Bump the bootstrap compiler to 1.26.0 beta #49661
Conversation
67e7c56
to
7f1edd4
Compare
@@ -103,9 +101,6 @@ | |||
#![feature(untagged_unions)] | |||
#![feature(unwind_attributes)] | |||
|
|||
#![cfg_attr(stage0, allow(unused_attributes))] | |||
#![cfg_attr(stage0, feature(never_type))] |
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.
Given #49593, do we still want this?
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.
Perhaps not yeah, but we can always add this back if the never type gets destabilized
☔ The latest upstream changes (presumably #49642) made this pull request unmergeable. Please resolve the merge conflicts. |
7f1edd4
to
baf7d8e
Compare
Your PR failed on Travis. Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
baf7d8e
to
a4082eb
Compare
☔ The latest upstream changes (presumably #48851) made this pull request unmergeable. Please resolve the merge conflicts. |
a4082eb
to
7b25b21
Compare
Your PR failed on Travis. Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Holy cow that's a lot of `cfg(stage0)` removed and a lot of new stable language features!
7b25b21
to
8958815
Compare
r=me then |
@bors: r=nikomatsakis |
📌 Commit 8958815 has been approved by |
@bors p=6 |
Bump the bootstrap compiler to 1.26.0 beta Holy cow that's a lot of `cfg(stage0)` removed and a lot of new stable language features!
☀️ Test successful - status-appveyor, status-travis |
Holy cow that's a lot of
cfg(stage0)
removed and a lot of new stable languagefeatures!