Uh oh!
There was an error while loading. Please reload this page.
Add label to E0254 - #35581
Conversation
This issue #35513 is a part of #35233. Looks like it does not break unit tests. r? @jonathandturner
rust-highfive
commented
Aug 10, 2016
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. |
sophiajt
commented
Aug 11, 2016
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 |
tvladyslav
commented
Aug 11, 2016
Got it! Fixing... |
tvladyslav
commented
Aug 11, 2016
I put new PR #35596 , because I can't make GitHub understand --amend'ed commit. |
dashed
commented
Aug 14, 2016
@crypto-universe you probably needed to force push the commits |
bors
commented
Aug 15, 2016
☔ The latest upstream changes (presumably #35666) made this pull request unmergeable. Please resolve the merge conflicts. |
tvladyslav
commented
Aug 15, 2016
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