]> git.lizzy.rs Git - rust.git/commitdiff
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)
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


Trivial merge