]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #55819 - pnkfelix:issue-55810-must-typeck-pats-eagerly, r=oli-obk
authorPietro Albini <pietro@pietroalbini.org>
Sat, 10 Nov 2018 23:21:21 +0000 (00:21 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Nov 2018 23:21:21 +0000 (00:21 +0100)
commitc4ca49aebd3a25c080cdc8efa64586637b90c90b
treee569477a420f0ea2e8e0fe1f94b57f73df77eb72
parente8a3934599bbb2dbd285c6259cac71f70c1ec3e6
parent5f91373c778da7d28306d0faba590a22612c281b
Rollup merge of #55819 - pnkfelix:issue-55810-must-typeck-pats-eagerly, r=oli-obk

Typecheck patterns of all match arms first, so we get types for bindings

Fix eventually (after backport to beta) the issue #55810