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

Fix macro calls under cfg #6989

Merged
merged 2 commits into from Mar 21, 2021
Merged

Fix macro calls under cfg #6989

merged 2 commits into from Mar 21, 2021

Conversation

vlad20012
Copy link
Member

@vlad20012 vlad20012 commented Mar 18, 2021

Fixes a bug: when a nested cfg-disabled macro calls becomes cfg-enabled (for example, when a user enables some Cargo feature that previously was disabled), the macro call remains unexpanded (disabled)

Fixes a bug: when a cfg-disabled macro calls
becomes cfg-enabled (for example, when a user
enables some Cargo feature that previously
was disabled), the macro call remains
unexpanded (disabled)
@vlad20012
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 21, 2021

Build succeeded:

@bors bors bot merged commit a5b0524 into master Mar 21, 2021
@bors bors bot deleted the fix-cfg-macros branch March 21, 2021 13:01
@github-actions github-actions bot added this to the v144 milestone Mar 21, 2021
@vlad20012 vlad20012 added the fix Pull requests that fix some bug(s) label Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull requests that fix some bug(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants