]> git.lizzy.rs Git - rust.git/commit
Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb
authorbors <bors@rust-lang.org>
Wed, 17 Feb 2016 06:01:49 +0000 (06:01 +0000)
committerbors <bors@rust-lang.org>
Wed, 17 Feb 2016 06:01:49 +0000 (06:01 +0000)
commit0d1cd9bd6ac65e2a3fa8a1519fd368de79d5bfb5
tree3c9093e56a17d097bd3b3c9722caa52de9c30d79
parent82f30d2a361cd8e5621f4906c61e16bbe61ebad6
parent06755d90ce3bf9694060e579439ee4e8345e4512
Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb

And split `PatKind::Enum` into `PatKind::TupleStruct` and `PatKind::Path`.
This is the HIR part of https://github.com/rust-lang/rust/pull/31581.
This is also kind of a preparation for https://github.com/rust-lang/rfcs/pull/1492.

r? @eddyb
src/librustc/middle/ty/mod.rs
src/librustc_resolve/lib.rs
src/librustc_typeck/check/mod.rs