]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #33248 - jseyfried:fix_save_analysis_bug, r=nrc
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 29 Apr 2016 10:33:31 +0000 (16:03 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 29 Apr 2016 13:47:57 +0000 (19:17 +0530)
commit13c1956f7c548fe7f81060e00233be2cb1a86a70
tree6c7e1b755fb6811976129fcda2475ae92e756b05
parentc0c08e2d77a4dab0414b08c4e9008113bf3fee67
parente9c42257d5642b5a57a1bac4bb9904e24b80188f
Rollup merge of #33248 - jseyfried:fix_save_analysis_bug, r=nrc

rustc_save_analysis: fix a bug in which glob imports are not dumped

This fixes #33213, a bug that prevents glob imports from being included in the save-analysis data.
r? @nrc