]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22580 - pnkfelix:guard-pat-cfg2, r=pnkfelix
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 24 Feb 2015 01:47:20 +0000 (07:17 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 24 Feb 2015 06:38:35 +0000 (12:08 +0530)
commitd7df3533777882a1081451493031162c8c2d5538
tree379e5c328eeef4dcc3877248ce2477a21cc6bd8c
parentcfab9cc98b50546d2a1e6feaecbd27cc25bf6561
parent85defffea58139e3e5cc0811e499330fa24267ac
Rollup merge of #22580 - pnkfelix:guard-pat-cfg2, r=pnkfelix

 aatch's cfg revisions, namely to match expressions

Revise handling of match expressions so that arms branch to next arm.

Update the graphviz tests accordingly.

Fixes #22073. (Includes regression test for the issue.)
src/librustc/lint/builtin.rs
src/librustc_borrowck/borrowck/mod.rs
src/librustc_trans/trans/base.rs