Uh oh!
There was an error while loading. Please reload this page.
Improvement for comparision against fn - #59798
Conversation
rust-highfive
commented
Apr 8, 2019
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @petrochenkov (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. |
Uh oh!
There was an error while loading. Please reload this page.
petrochenkov
commented
Apr 9, 2019
r? @estebank |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| }; | ||
| if self.lookup_op_method(fn_sig.output(), | ||
| &[other_ty], |
There was a problem hiding this comment.
We could have another code branch for the case where both ty and other_ty are fns, so that you can suggest calling both of them, if their return types are the same.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rchaser53
commented
Apr 12, 2019
I reflected the estebank's review. |
estebank
commented
Apr 12, 2019
@bors r+ |
bors
commented
Apr 12, 2019
📌 Commit d01ac0d has been approved by |
bors
commented
Apr 14, 2019
Improvement for comparision against fn I try to add error message. related: #59488
bors
commented
Apr 14, 2019
☀️ Test successful - checks-travis, status-appveyor |
I try to add error message.
related: #59488