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

Fix invalid constants in patterns #6

Merged
merged 1 commit into from
Oct 6, 2016
Merged

Fix invalid constants in patterns #6

merged 1 commit into from
Oct 6, 2016

Conversation

petrochenkov
Copy link
Contributor

Not sure if this crate is abandoned or not, but it's going to be broken by an upcoming bugfix in rustc. This PR adds the property of structural equality to several structs so constants of their types can be used in patterns.
See rust-lang/rust#36891 and rust-lang/rust#36894 for more details.

@gz
Copy link
Owner

gz commented Oct 6, 2016

Hi, many thanks for submitting this pull request! No the crate is not abandoned, just not actively developed right now ;).

@gz gz merged commit 0e450d5 into gz:master Oct 6, 2016
@petrochenkov
Copy link
Contributor Author

Thanks!
Could you also publish the updated version to crates.io so it doesn't show up as a regression again?

@gz
Copy link
Owner

gz commented Oct 8, 2016

Release 0.0.4

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