-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Making errors lower-cased in in libsyntax and librustc #12065
Conversation
Awesome cleanup! This is the kind of attention to detail we need to make Rust really nice. |
I am not sure what these failed tests mean. Did I break something? |
Apparently I did. The latest commit should fix that. |
My bad, I still missed some. I hope I covered all of them this time. |
Looks like a rebase is needed. Could you also squash these commits while you're at it? |
@alexcrichton Tried to do so, they should now be just one commit. |
It seems that there were some I still missed. It should be all good now. |
Seems to need another rebase (sorry!) |
Error messages cleaned in librustc/middle Error messages cleaned in libsyntax Error messages cleaned in libsyntax more agressively Error messages cleaned in librustc more aggressively Fixed affected tests Fixed other failing tests Last failing tests fixed
My bad, rust is moving extra fast =). Should be better now. |
This pull request tries to fix #12050. I went after these wrong errors quite aggressively so it might be that I also changed some strings that are not actual errors. Please point those out and I will update this pull request accordingly.
Add `.front()` to `get_first` lint description Fix rust-lang#12063 changelog: none
This pull request tries to fix #12050.
I went after these wrong errors quite aggressively so it might be that I also changed some strings that are not actual errors.
Please point those out and I will update this pull request accordingly.