-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Update error E0035 and E0036 #35206 #35207 #35561
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @jonathandturner (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Thanks for the PR! There's a quirk in the test system where it doesn't check the labels if there aren't any in the test. I talk about it in the Extra Credit section of the blog post. Please update the tests so that it's testing the new labels. With that, we'll be ready. |
@jonathandturner Alright, updated tests! |
Looks like it's almost there! Nice. A couple last comments:
Can we make that:
Or, alternatively, you could check the number of parameters yourself. Either way works with me. With these fixed I think we'll be good. |
☔ The latest upstream changes (presumably #35605) made this pull request unmergeable. Please resolve the merge conflicts. |
Updated tests fixes typo Fix to account for plurals
Looks like you'll need to update to satisfy
You can run
|
☔ The latest upstream changes (presumably #36885) made this pull request unmergeable. Please resolve the merge conflicts. |
Fixed by another PR. |
Part of #35233
Addresses #35207 #35206
I got
from running:
so I didn't update any tests.
r? @jonathandturner”