Skip to content

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

Merged
bors merged 4 commits intorust-lang:masterfrom
jseyfried:fix_macro_use_scope_regression
Jun 16, 2016
Merged

Revert a change in the scope of macros imported from crates to fix a regression#34239
bors merged 4 commits intorust-lang:masterfrom
jseyfried:fix_macro_use_scope_regression

Conversation

@jseyfried
Copy link
Copy Markdown
Contributor

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 fix_macro_use_scope_regression branch from d58f165 to 9d6adbf Compare June 12, 2016 05:57
@nrc
Copy link
Copy Markdown
Member

nrc commented Jun 16, 2016

@bors: r+

@bors
Copy link
Copy Markdown
Collaborator

bors commented Jun 16, 2016

📌 Commit 236b67a has been approved by nrc

@bors
Copy link
Copy Markdown
Collaborator

bors commented Jun 16, 2016

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

bors added a commit that referenced this pull request Jun 16, 2016
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
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.

3 participants