-
Notifications
You must be signed in to change notification settings - Fork 1.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
Upgrade UI tests to 2021 #7842
Labels
E-help-wanted
Call for participation: Help is requested to fix this issue.
Comments
Manishearth
added
the
E-help-wanted
Call for participation: Help is requested to fix this issue.
label
Oct 19, 2021
An example of something broken due to this: #7723 |
Could we change this at the test suite level instead? |
Yeah @llogiq is working on that (Sorry, I haven't been able to update issues well, I've been mostly on my phone) |
I can already report back that only a handful of tests fail with the new edition. Working through them now as I find the time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should upgrade our UI tests to Rust 2021
This mostly involves adding a
// edition:2021
up top and ensuring the test still passes.It's worth splitting this task up.
The text was updated successfully, but these errors were encountered: