-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement RFC 1542 #33426
Implement RFC 1542 #33426
Conversation
not be exposed publicly", | ||
issue = "0")] | ||
#[doc(hidden)] | ||
pub fn __description(&self) -> &str { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yuck! But I guess such is life for private sharing across the facade...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is what the existing ParseIntError
did :(
Basically LGTM, but I'd like tests for the edge cases on the numeric conversions. |
Yep, will add tests tonight |
Thanks for doing this @sfackler, I'm quite excited for these traits. :-) |
Added some tests @bors r=aturon |
📌 Commit a9779df has been approved by |
Implement RFC 1542 cc rust-lang#33417 r? @aturon
☔ The latest upstream changes (presumably #33091) made this pull request unmergeable. Please resolve the merge conflicts. |
Implement RFC 1542 cc rust-lang#33417 r? @aturon
cc #33417
r? @aturon