-
Notifications
You must be signed in to change notification settings - Fork 2k
chore: update to Rust 1.85.0 #10024
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
chore: update to Rust 1.85.0 #10024
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@ognevny is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
not migrating to edition 2024 because it requires lots of code/formatting changes |
Windows test failure seems unrelated
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
### Description Turns out this is a redundant implementation of glob watching that we left in the codebase (probably due to a bad merge). Since it's blocking #10024, let's delete it. ### Testing Instructions <!-- Give a quick description of steps to test your changes. -->
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR. As @NicholasLYang discovered, the failing test was for dead code #10075. We're assuming there was a bug in that code that has been fixed in the moved variant of that code.
Description
format!
instead?)map_or
simplificationTesting Instructions