-
Notifications
You must be signed in to change notification settings - Fork 13.3k
removed struct_variant feature as it is not gated anymore #19014
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
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. |
I don't think this will build. The stage0 compiler is still checking for the feature. |
maybe a |
A right, forgot to switch to my repository for the test build. My bad. |
Sorry, had some git issues. Will reopen it.Do I just create a new PR or how do I go about this? |
We chatted on IRC, but posting here for posterity as well. Reopening should do the trick! |
As in, a new PR :) |
The struct_variant is not gated anymore. This commit just removes it and the resulting warnings when compiling rust. Now compiles with the snapshot from 11/18 (as opposed to PR #19014)
Check cfg when collecting macro defs
The struct_variant is not gated anymore. This commit just removes it and the resulting warnings when compiling rust.