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

std: Switch string::ParseError to an empty enum #28635

Merged
merged 1 commit into from
Sep 26, 2015

Conversation

alexcrichton
Copy link
Member

It can never be instantiated, so signify this by having it actually be an empty
enum.

cc #27734

It can never be instantiated, so signify this by having it actually be an empty
`enum`.

cc rust-lang#27734
@rust-highfive
Copy link
Collaborator

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@aturon
Copy link
Member

aturon commented Sep 24, 2015

@bors: r+

@bors
Copy link
Contributor

bors commented Sep 24, 2015

📌 Commit 81f0bf7 has been approved by aturon

@bors
Copy link
Contributor

bors commented Sep 26, 2015

⌛ Testing commit 81f0bf7 with merge 85842be...

@bors
Copy link
Contributor

bors commented Sep 26, 2015

💔 Test failed - auto-linux-64-x-android-t

@alexcrichton
Copy link
Member Author

@bors: retry

On Sat, Sep 26, 2015 at 4:16 AM, bors [email protected] wrote:

[image: 💔] Test failed - auto-linux-64-x-android-t
http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/6513


Reply to this email directly or view it on GitHub
#28635 (comment).

bors added a commit that referenced this pull request Sep 26, 2015
It can never be instantiated, so signify this by having it actually be an empty
`enum`.

cc #27734
@bors
Copy link
Contributor

bors commented Sep 26, 2015

⌛ Testing commit 81f0bf7 with merge 6f880ee...

@bors bors merged commit 81f0bf7 into rust-lang:master Sep 26, 2015
@alexcrichton alexcrichton deleted the str-parse-error-void branch October 21, 2015 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants