Uh oh!
There was an error while loading. Please reload this page.
Better compile error output when using arguments instead of types - #45122
Conversation
rust-highfive
commented
Oct 9, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (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. |
There was a problem hiding this comment.
This will probably look better as a second help: on a separate line.
There was a problem hiding this comment.
I think I also would prefer a second help
The recommended changes were implemented. EDIT: Nevermind, I broke some tests 😅 |
estebank
commented
Oct 10, 2017
@jean-lourenco the broken test is to be expected and correct, if you could fix it and squash all your commits into one we can approve. |
nikomatsakis
commented
Oct 10, 2017
Looks like you have to update f<X>();//~^ ERROR: chained comparison operators require parentheses//~| HELP: use `::<...>` instead of `<...>`//~| HELP: or use `(...)` |
output message is shown in another 'help:' block line with +100 columns formatted test adjusted
jean-lourenco
commented
Oct 11, 2017
Now the tests are green 🎉 |
nikomatsakis
commented
Oct 11, 2017
@bors r+ |
bors
commented
Oct 11, 2017
📌 Commit db91b00 has been approved by |
nikomatsakis
commented
Oct 11, 2017
Thanks @jean-lourenco |
Better compile error output when using arguments instead of types Following @estebank sugestion on issue rust-lang#18945 (comment)
Better compile error output when using arguments instead of types Following @estebank sugestion on issue rust-lang#18945 (comment)
Better compile error output when using arguments instead of types Following @estebank sugestion on issue rust-lang#18945 (comment)
Following @estebank sugestion on issue #18945 (comment)