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

Don't use types as traits in macros #5

Merged
merged 1 commit into from
Mar 8, 2018
Merged

Don't use types as traits in macros #5

merged 1 commit into from
Mar 8, 2018

Conversation

petrochenkov
Copy link
Contributor

Hi.

This crate is affected by an upcoming bugfix in rustc - rust-lang/rust#48502 (ty fragments are no longer accepted as traits in trait impls).
This PR fixes the deprecated use of ty.

@durka durka merged commit 74a9989 into durka:master Mar 8, 2018
@durka
Copy link
Owner

durka commented Mar 8, 2018

I need to refactor this whole thing someday anyway...

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