-
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 the FromUtf8Error::as_bytes #40895
Comments
@rust-lang/libs Nominating for stabilization. Seems like a good addition with no (known) blockers. |
@rfcbot fcp merge |
Team member @sfackler 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. 🔔 |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
1 similar comment
🔔 This is now entering its final comment period, as per the review above. 🔔 |
The final comment period is now complete. |
How does one contribute after the FCP has gone through for stabilization? I'm not familiar with it and want to learn. :) Is that something the community contributes, or do we have a big stabilization PR like this one? |
Both are possible. In this case I see that #49121 has already been submitted. |
…_bytes, r=bluss Stabilise FromUtf8Error::as_bytes Closes rust-lang#40895.
…_bytes, r=bluss Stabilise FromUtf8Error::as_bytes Closes rust-lang#40895.
…_bytes, r=bluss Stabilise FromUtf8Error::as_bytes Closes rust-lang#40895.
Added in #40290 under the
from_utf8_error_as_bytes
feature flag.The text was updated successfully, but these errors were encountered: