Implement From<&NonZero<T>> for &T#133255
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @jhpratt (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
Trait implementations require a stability attribute, which is why CI is failing. Unfortunately, they also cannot be unstable. For that reason, I'll have the team take a look at it as it will require FCP. @rustbot label +I-libs-api-nominated |
|
Seems reasonable to me. I wonder if (in a separate PR) we should also add |
|
We discussed this in the libs-api meeting: the team feels that it would be better to provide this using the |
|
Closing for that reason. |
This is my first contribution because I basically stumbled upon this not being implemented and figured it would be a quick fix, sorry if I'm missing anything. I see that all other impls in this file have feature annotations, I'm not sure if this would need one.