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

Revert a change in the scope of macros imported from crates to fix a regression #34239

Merged
merged 4 commits into from Jun 16, 2016

Conversation

Projects
None yet
3 participants
@jseyfried
Copy link
Contributor

jseyfried commented Jun 12, 2016

Fixes #34212.
The regression was caused by #34032, which changed the scope of macros imported from extern crates to match the scope of macros imported from modules.
r? @nrc

@jseyfried jseyfried force-pushed the jseyfried:fix_macro_use_scope_regression branch from d58f165 to 9d6adbf Jun 12, 2016

@jseyfried jseyfried force-pushed the jseyfried:fix_macro_use_scope_regression branch from 9d6adbf to 236b67a Jun 12, 2016

@nrc

This comment has been minimized.

Copy link
Member

nrc commented Jun 16, 2016

@bors: r+

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jun 16, 2016

📌 Commit 236b67a has been approved by nrc

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jun 16, 2016

⌛️ Testing commit 236b67a with merge 7aba683...

bors added a commit that referenced this pull request Jun 16, 2016

Auto merge of #34239 - jseyfried:fix_macro_use_scope_regression, r=nrc
Revert a change in the scope of macros imported from crates to fix a regression

Fixes #34212.
The regression was caused by #34032, which changed the scope of macros imported from extern crates to match the scope of macros imported from modules.
r? @nrc

@bors bors merged commit 236b67a into rust-lang:master Jun 16, 2016

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details

@jseyfried jseyfried deleted the jseyfried:fix_macro_use_scope_regression branch Oct 11, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.