-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Add label to E0254 #35581
Add label to E0254 #35581
Conversation
This issue #35513 is a part of #35233. Looks like it does not break unit tests. r? @jonathandturner
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! A couple of things to help you out. There's a quirk in the unit tester that requires you to add one NOTE before it starts testing the labels. I talk about it in the blog post in the section titled Extra Credit. Once you add the NOTE, you can do a quick test on the suite by running One code style nit. You may want to un-indent the closing curly brace so that it's clear where the block begins and ends:
vs
|
Got it! Fixing... |
I put new PR #35596 , because I can't make GitHub understand --amend'ed commit. |
@crypto-universe you probably needed to force push the commits |
☔ The latest upstream changes (presumably #35666) made this pull request unmergeable. Please resolve the merge conflicts. |
Error message for E0254 is already updated (from another branch). |
This issue #35513 is a part of #35233.
Looks like it does not break unit tests.
r? @jonathandturner