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: Add reexports for core parse errors #21937

Merged
merged 1 commit into from
Feb 10, 2015

Conversation

alexcrichton
Copy link
Member

These were forgotten reexports from #21718

Closes #21929

@rust-highfive
Copy link
Collaborator

r? @pcwalton

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

@alexcrichton
Copy link
Member Author

r? @aturon

@rust-highfive rust-highfive assigned aturon and unassigned pcwalton Feb 10, 2015
@aturon
Copy link
Member

aturon commented Feb 10, 2015

@bors: r+ f77dd70

@bors
Copy link
Contributor

bors commented Feb 10, 2015

⌛ Testing commit f77dd70 with merge 29ff00c...

bors added a commit that referenced this pull request Feb 10, 2015
These were forgotten reexports from #21718

Closes #21929
@bors bors merged commit f77dd70 into rust-lang:master Feb 10, 2015
@alexcrichton alexcrichton deleted the issue-21929 branch March 27, 2015 20:37
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.

Parse error types (like ParseIntError) don't seem to be available in the std namespace, just core
5 participants