]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34031 - jseyfried:fix_cfg_bug, r=eddyb
authorbors <bors@rust-lang.org>
Sat, 4 Jun 2016 23:48:29 +0000 (16:48 -0700)
committerbors <bors@rust-lang.org>
Sat, 4 Jun 2016 23:48:29 +0000 (16:48 -0700)
commitccfaaa7d989356ff440e9960da28909491e2f00d
treeafa20a81f424a4cdf1e70086e7a83ec3fa7a050f
parent12238b984abfacb2cccea176f862c94aa1231fb5
parent9639ec87e7c64548b6a7cb800562ec1cf1094c04
Auto merge of #34031 - jseyfried:fix_cfg_bug, r=eddyb

Fix a regression in the configuration folder

This fixes #34028, a regression caused by #33706 in which unconfigured impl items generated by a macro in an impl item position are not removed.
r? @nrc