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

Make most macro checks also check for desugarings #4082

Merged
merged 2 commits into from
May 12, 2019

Conversation

Manishearth
Copy link
Member

We should audit the macro checks one by one and re-add in_macro. I suspect it's applicable to most of them.

fixes #4081

@Manishearth
Copy link
Member Author

I don't have a regression test in here because the issue had a proc macro, might add one later.

@oli-obk
Copy link
Contributor

oli-obk commented May 12, 2019

@bors r+

@bors
Copy link
Collaborator

bors commented May 12, 2019

📌 Commit abf6481 has been approved by oli-obk

@bors
Copy link
Collaborator

bors commented May 12, 2019

⌛ Testing commit abf6481 with merge feb18c3...

bors added a commit that referenced this pull request May 12, 2019
Make most macro checks also check for desugarings

We should audit the macro checks one by one and re-add `in_macro`. I suspect it's applicable to most of them.

fixes #4081
@bors
Copy link
Collaborator

bors commented May 12, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: oli-obk
Pushing feb18c3 to master...

@bors bors merged commit abf6481 into rust-lang:master May 12, 2019
bors added a commit that referenced this pull request May 12, 2019
Add regression test for identity_conversion FP

cc #3913 #4082 #3936

changelog: none
@Manishearth
Copy link
Member Author

oops forgot to changelog

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.

False positive: identity_conversion on macro-generated ?
3 participants