-
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
Tracking issue for struct_field_attributes #41681
Comments
This has been around for a while (since Jan. 2017, ~4 months) and appears to be quite solid in my testing. Is there a reason to not move this into FCP for stabilization? @brson |
cc @rust-lang/lang Ready for stabilization? |
@rfcbot fcp merge |
Team member @withoutboats has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. Once these reviewers reach consensus, this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
The final comment period is now complete. |
Now that we've decided to stabilize this, we need someone to prepare a stabilization PR! There are some general instructions for how to do this on forge. Based on a quick run of The other major thing we need before we can stabilize is documentation PRs. |
Marking as E-mentor. The instructions are here. |
I want to work on removing the feature gate. |
@VBChunguk nice job :) |
…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
Did we actually write stable documentation here? Skimming the threads I didn't see any PRs...? |
This was stabilized with 1.20 as far as I can tell? |
For now let them be commented until bumping minimal Rust version to 1.20 because of the struct field attributes feature (rust-lang/rust#41681).
Stabilized-- closing. LMK if there are any outstanding items here and I'll reopen. |
Status
The text was updated successfully, but these errors were encountered: