]> git.lizzy.rs Git - rust.git/commit
auto merge of #5118 : youknowone/rust/match-guard, r=nikomatsakis
authorbors <bors@rust-lang.org>
Wed, 27 Feb 2013 14:06:44 +0000 (06:06 -0800)
committerbors <bors@rust-lang.org>
Wed, 27 Feb 2013 14:06:44 +0000 (06:06 -0800)
commit061a2237230d3abcdb30ecb8987e5de17e67a58e
tree0b2dd6e5540bc8759654681a99c438d18969d223
parent8e492ccaa709172d74aac2d4f086af6886aa4c64
parentb79c4dc262227f0d09706a13f76fdb347ca6d70d
auto merge of #5118 : youknowone/rust/match-guard, r=nikomatsakis

Fix ICE while there is no remained arms after checking guards.

This fix #3601 also.