Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Apr 29, 2016

Conversation

jseyfried
Copy link
Contributor

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

@nrc
Copy link
Member

nrc commented Apr 28, 2016

@bors: r+

@bors
Copy link
Contributor

bors commented Apr 28, 2016

📌 Commit 6c98048 has been approved by nrc

@bors
Copy link
Contributor

bors commented Apr 28, 2016

☔ The latest upstream changes (presumably #33208) made this pull request unmergeable. Please resolve the merge conflicts.

@jseyfried
Copy link
Contributor Author

@bors r=nrc

@bors
Copy link
Contributor

bors commented Apr 28, 2016

📌 Commit e9c4225 has been approved by nrc

Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 29, 2016
rustc_save_analysis: fix a bug in which glob imports are not dumped

This fixes rust-lang#33213, a bug that prevents glob imports from being included in the save-analysis data.
r? @nrc
bors added a commit that referenced this pull request Apr 29, 2016
Rollup of 4 pull requests

- Successful merges: #33239, #33248, #33253, #33258
- Failed merges:
@bors bors merged commit e9c4225 into rust-lang:master Apr 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

save-analysis doesn't dump information about glob imports
3 participants