-
Notifications
You must be signed in to change notification settings - Fork 2.6k
switch to using the --edition flag #5410
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) |
Thanks! We’ve tried it some, and at that time there were no nightly with this flag. Let’s try again? @bors r+ |
📌 Commit 0b2aaaf has been approved by |
⌛ Testing commit 0b2aaaf with merge 3679589d1b1aef703935052c2e9dbfb57bdb1afc... |
💔 Test failed - status-appveyor |
same failure as my earlier PR #5408 |
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 0b2aaaf has been approved by |
switch to using the --edition flag Now that we have an `--edition` flag in the rust compiler, let's switch to using it. fixes #5406
☀️ Test successful - status-appveyor, status-travis |
Now that we have an
--edition
flag in the rust compiler, let's switch to using it.fixes #5406