Uh oh!
There was an error while loading. Please reload this page.
Add error description for E0174 - #33920
Conversation
rust-highfive
commented
May 28, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @GuillaumeGomez (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.
I'm going change to the original short description error: "explicit use of unboxed closure methods are experimental"
There was a problem hiding this comment.
A bit more explicit isn't a problem. It's just badly formulated like I said.
GuillaumeGomez
commented
May 28, 2016
No problem! 😃 So there are some sentences that are badly formulated and a few nits. Nothing big. Thanks for your PR! |
cristianoliveira
commented
May 28, 2016
Done. :) |
There was a problem hiding this comment.
I just noticed: why this functions' lines have an extra blank space at the beggining?
There was a problem hiding this comment.
Ops... I didn't notice also
GuillaumeGomez
commented
May 28, 2016
Seems good for me but I'd prefer to have a second opinion on this. Thanks for your work! :) PS: don't forget to squash your commits. |
cristianoliveira
commented
May 28, 2016
For sure. Let's see what @steveklabnik says so I squash them. |
There was a problem hiding this comment.
"that are an experimental feature in this version of Rust."
9c2f10c to
15fdbf0Comparecristianoliveira
commented
May 31, 2016
Done. |
There was a problem hiding this comment.
’ seems weird for me. ' wouldn't be better in here? cc @steveklabnik
There was a problem hiding this comment.
It comes from the documentation take a look:
https://doc.rust-lang.org/book/closures.html#closure-implementation
There was a problem hiding this comment.
I'm not sure it applies here.
There was a problem hiding this comment.
I see... There is another case and they have used (').
https://github.com/rust-lang/rust/blob/master/src/librustc_typeck/diagnostics.rs#L1548
Let me change it.
GuillaumeGomez
commented
Jun 4, 2016
Just a few more nits and it'll be good to go! |
38dff9c to
4c3d653CompareGuillaumeGomez
commented
Jun 4, 2016
All good, thanks! @bors: r+ rollup |
bors
commented
Jun 4, 2016
📌 Commit 4c3d653 has been approved by |
eddyb
commented
Jun 6, 2016
@bors r- |
4c3d653 to
45e647dComparecristianoliveira
commented
Jun 6, 2016
Fixed |
eddyb
commented
Jun 6, 2016
@bors r=GuillaumeGomez |
bors
commented
Jun 6, 2016
📌 Commit 45e647d has been approved by |
bors
commented
Jun 6, 2016
⌛ Testing commit 45e647d with merge 4a4a13a... |
…illaumeGomez Add error description for E0174 Reference for issue: #32777 r? @GuillaumeGomez Hey Guillaume, sorry for taking too long to do it. I got some unexpected work during the week. Waiting for your review :)
Reference for issue: #32777
r? @GuillaumeGomez
Hey Guillaume, sorry for taking too long to do it. I got some unexpected work during the week.
Waiting for your review :)