]> git.lizzy.rs Git - rust.git/commit
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)
commitc66c6b7ee73a89ac6a6266f98244a71c0bf05f4d
tree6c3d5446a6f5b33738940f14fee4051c49c68f35
parent0370717296af703821f303a47670187084cc470d
parentc06c707fbfdfa074026b6b09a5da9168e247d156
Rollup merge of #47844 - CAD97:patch-1, r=estebank

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.