-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
No longer warn about #![feature(rust_2018_preview)] #6054
Conversation
This is no longer needed, and so the warning is outdated. Fixes rust-lang#6050
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit f27fcf9 has been approved by |
⌛ Testing commit f27fcf9 with merge c6f8f9d4994c2140482d178c3a10bdefa34b68af... |
💔 Test failed - status-appveyor |
Hm, interesting. Looks like it's failing with minimum versions? Should we update the version of wincolor? |
Ah that'll need this change as well to get past CI (unfortunately) |
See rust-lang#6054 (comment) for more details.
Ah, fair. done. |
@bors: r+ |
📌 Commit bcd6ca7 has been approved by |
No longer warn about #![feature(rust_2018_preview)] Backport of #6052 to 1.30
☀️ Test successful - status-appveyor, status-travis |
This pulls in rust-lang/cargo#6054, and is a beta backport of rust-lang#54334
Update Cargo This pulls in rust-lang/cargo#6054, and is a beta backport of #54334
Backport of #6052 to 1.30