]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #47844 - CAD97:patch-1, r=estebank
authorkennytm <kennytm@gmail.com>
Wed, 31 Jan 2018 08:36:08 +0000 (16:36 +0800)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2018 08:36:08 +0000 (16:36 +0800)
Fix regression: account for trait methods in arg count mismatch error

Fixed #47706 (https://github.com/rust-lang/rust/issues/47706#issuecomment-361161495)

Original PR #47747 missed methods on trait definitions.

This edit was done in GitHub. I think I got the signature of the variant right, going by the ICE debug output and the other cases above.


Trivial merge