-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Remove struct_field_attributes feature gate #42656
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. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
You have to update the unstable book and remove its chapter on this feature in order for this PR to pass tidy and get merged. |
@VBChunguk Indeed, as @est31 pointed out, we see this tidy error:
@est31, maybe you can write up some brief instructions on what files to edit? We can put them in the forge description. |
Its already documented:
The wording is too much in the should and should more be like "needs to be removed". After all its a tidy issue that disallows the PR to be merged. |
@nikomatsakis @est31 I've removed the chapter from the Unstable Book. It passed tidy checks when I ran it locally. Is this the only thing I should do? |
@VBChunguk I think so, yes. Of course, the (other) docs need to be updated but that can be managed separately. |
@nikomatsakis @est31 Thanks for helping me on this PR! This is the first time I contribute to such huge project like this. I should have added tidy checks in the pre-push hook... |
@VBChunguk no worries. I submit half-tested stuff all the time. ;) That's what travis is for, the way I see it. :) |
I think this all looks right. Thanks @VBChunguk ! |
@bors r+ |
📌 Commit 65288f4 has been approved by |
@bors rollup |
…r=nikomatsakis Remove struct_field_attributes feature gate Part of rust-lang#41681. ~This PR only removes the feature gate; this *does not* update any documentations.~ This PR removes the feature gate and the corresponding chapter of the Unstable Book. I'm not very sure about the changes I made though... Just followed the stabilization guideline. r? @nikomatsakis
Part of #41681.
This PR only removes the feature gate; this does not update any documentations.This PR removes the feature gate and the corresponding chapter of the Unstable Book.I'm not very sure about the changes I made though... Just followed the stabilization guideline.
r? @nikomatsakis