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 #2

Merged
merged 1 commit into from
Oct 5, 2016
Merged

Fix invalid constants in patterns #2

merged 1 commit into from
Oct 5, 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 Descriptor type so constants of this type can be used in patterns.
See rust-lang/rust#36891 and rust-lang/rust#36894 for more details.

@wezm
Copy link
Owner

wezm commented Oct 5, 2016

Looks good, thanks for the fix.

@wezm wezm merged commit d571802 into wezm:master Oct 5, 2016
@petrochenkov
Copy link
Contributor Author

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

@wezm
Copy link
Owner

wezm commented Oct 6, 2016

Yep I'll do that this weekend. I hope to tidy up a few things at the same time.

On 6 Oct 2016, at 9:48 AM, Vadim Petrochenkov [email protected] wrote:

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


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub #2 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AABVGwlTz28txne9Waxvc3PFlkyi3zlnks5qxClSgaJpZM4KPU6C.

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