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

fail -> panic #68

Merged
merged 2 commits into from
Oct 30, 2014
Merged

fail -> panic #68

merged 2 commits into from
Oct 30, 2014

Conversation

steveklabnik
Copy link
Contributor

Sorry I broke your code with rust-lang/rust#17894 ! Here's a fix ❤️

(this is a semi-automatic PR, so sorry if it's not perfect. Let me know and I'll fix any problems.)

@@ -42,7 +42,7 @@ macro_rules! or_fail(
($e:expr) => (
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The macro name needs to get updated as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@sfackler
Copy link
Owner

Thanks! I'll merge this once the change hits the nightlies.

sfackler added a commit that referenced this pull request Oct 30, 2014
@sfackler sfackler merged commit 867df81 into sfackler:master Oct 30, 2014
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.

2 participants