Skip to content
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

Merged
merged 1 commit into from
May 8, 2016
Merged

Implement RFC 1542 #33426

merged 1 commit into from
May 8, 2016

Conversation

sfackler
Copy link
Member

@sfackler sfackler commented May 5, 2016

cc #33417

r? @aturon

not be exposed publicly",
issue = "0")]
#[doc(hidden)]
pub fn __description(&self) -> &str {
Copy link
Member

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...

Copy link
Member Author

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 :(

@aturon
Copy link
Member

aturon commented May 6, 2016

Basically LGTM, but I'd like tests for the edge cases on the numeric conversions.

@sfackler
Copy link
Member Author

sfackler commented May 6, 2016

Yep, will add tests tonight

@kamalmarhubi
Copy link
Contributor

Thanks for doing this @sfackler, I'm quite excited for these traits. :-)

@sfackler
Copy link
Member Author

sfackler commented May 7, 2016

Added some tests

@bors r=aturon

@bors
Copy link
Contributor

bors commented May 7, 2016

📌 Commit a9779df has been approved by aturon

Manishearth added a commit to Manishearth/rust that referenced this pull request May 8, 2016
bors added a commit that referenced this pull request May 8, 2016
Rollup of 8 pull requests

- Successful merges: #33369, #33373, #33404, #33406, #33420, #33424, #33426, #33473
- Failed merges:
@bors
Copy link
Contributor

bors commented May 8, 2016

☔ The latest upstream changes (presumably #33091) made this pull request unmergeable. Please resolve the merge conflicts.

Manishearth added a commit to Manishearth/rust that referenced this pull request May 8, 2016
bors added a commit that referenced this pull request May 8, 2016
Rollup of 8 pull requests

- Successful merges: #33369, #33373, #33404, #33406, #33420, #33424, #33426, #33473
- Failed merges:
@bors bors merged commit a9779df into rust-lang:master May 8, 2016
@sfackler sfackler deleted the try-from branch May 8, 2016 16:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants