-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
[Merged by Bors] - Update for edition 2021 #2997
Conversation
Maybe add |
I wouldn't want to do that without adding a CI to check that, and I'm not sure I want to add that CI yet... |
Unfortunately it looks like the I agree with that choice; I would prefer if we had some sort of CI to verify that those all get updated in sync. |
CI failures are mostly because rust version in GitHub actions image has not yet been updated to 1.56 |
checking if GitHub rust has been updated bors try |
tryBuild failed: |
bors r+ |
# Objective - update for Edition 2021 ## Solution - remove the `resolver = "2"` - update for https://doc.rust-lang.org/edition-guide/rust-2021/reserving-syntax.html by adding a few ` `
Pull request successfully merged into pipelined-rendering. Build succeeded: |
Objective
Solution
resolver = "2"