-
Notifications
You must be signed in to change notification settings - Fork 2.6k
No longer warn about #![feature(rust_2018_preview)] #6052
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
Conversation
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 7980cc9e14c8e5bd55637a835cb5c8a6e5930f29 has been approved by |
⌛ Testing commit 7980cc9e14c8e5bd55637a835cb5c8a6e5930f29 with merge a48fa3df9c07994cb9f8516cd49a4ea93cc0c014... |
cc @alexcrichton, just to make sure everyone's in the loop. |
💔 Test failed - status-travis |
This is no longer needed, and so the warning is outdated. Fixes rust-lang#6050
7980cc9
to
d277c84
Compare
@bors: r=joshtriplett Some of the things being tested here are not yet stable, and so do require the edition to fix. As such, they still need the flag in order to pass the tests. I've fixed the tests now; I didn't see that they only run on nightly because they report themselves as passing in other cases. |
📌 Commit d277c84 has been approved by |
No longer warn about #![feature(rust_2018_preview)] This is no longer needed, and so the warning is outdated. Fixes #6050
I'm still a little confused about this. Does
How is this supposed to work? |
Yes.
|
☀️ Test successful - status-appveyor, status-travis |
This pulls in rust-lang/cargo#6052, which is needed for the edition preview.
No longer warn about #![feature(rust_2018_preview)] Backport of #6052 to 1.30
update cargo This pulls in rust-lang/cargo#6052, which is needed for the edition preview, and will be backported to beta as well.
This is no longer needed, and so the warning is outdated.
Fixes #6050