]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #23702 - dotdash:match_reass, r=eddyb
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 25 Mar 2015 14:14:32 +0000 (19:44 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Wed, 25 Mar 2015 14:14:32 +0000 (19:44 +0530)
 The reassignment checker effectively only checks whether the last
assignment in a body affects the discriminant, but it should of course
check all the assignments.

Fixes #23698

1  2 
src/librustc_trans/trans/_match.rs

Simple merge