-
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
libstd => 2018 #58208
libstd => 2018 #58208
Conversation
This comment has been minimized.
This comment has been minimized.
@@ -211,6 +211,10 @@ | |||
#![deny(intra_doc_link_resolution_failure)] | |||
#![deny(missing_debug_implementations)] | |||
|
|||
#![deny(rust_2018_idioms)] | |||
#![allow(explicit_outlives_requirements)] | |||
#![allow(elided_lifetimes_in_paths)] |
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.
It is hard work to change all at once (and review it), so elided_lifetimes_in_paths
is allowed.
I will work on it after this PR is merged.
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.
That sounds like a good idea; I think we want to keep #![allow(explicit_outlives_requirements)]
around for this crate.
This comment has been minimized.
This comment has been minimized.
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.
Modulo the ICE, everything looks good.
|
This is an ICE that was fixed in #58058 if I'm not mistaken. |
Thanks for the info! |
This comment has been minimized.
This comment has been minimized.
@taiki-e seems your rebase went a bit wrong... :) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@taiki-e Will do now that I'm back from All Hands... :) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@taiki-e Try to rebase now and let's see what happens... :) |
@bors r+ |
📌 Commit aad9e29 has been approved by |
⌛ Testing commit aad9e29 with merge 206988751a040522cd7d5da50ca4082a2e65c265... |
@bors retry - prioritize stable |
This comment has been minimized.
This comment has been minimized.
☀️ Test successful - checks-travis, status-appveyor |
Transitions
libstd
to Rust 2018; cc #58099r? @Centril