]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomez
authorYuki Okushi <huyuumi.dev@gmail.com>
Fri, 6 Dec 2019 06:37:06 +0000 (15:37 +0900)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 06:37:06 +0000 (15:37 +0900)
commit6c0165fa78c19a879b14f95b92b83d368ba6797c
tree67bf568fc6033e7c09c7800fccd566b676a1eae7
parent3b878aa9ae719ec4dec574cf2d1848ef9023ff38
parent911b7d6d4dc19da085883d19b7a772b5ca35ffc9
Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomez

Add long error for E0631 and update ui tests.

This PR adds a long error for `E0631`, which covers errors where closure argument types are mismatched. It also updates UI tests where this error is applicable.

Part of #61137