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 illegal default type parameters #1

Merged
merged 1 commit into from
Oct 5, 2016
Merged

Fix illegal default type parameters #1

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 removes some default type parameters on functions that are not currently permitted by the language.
See rust-lang/rust#36887 and rust-lang/rust#36894 for more details.

@tailhook tailhook merged commit 1bc359b into tailhook:master Oct 5, 2016
@tailhook
Copy link
Owner

tailhook commented Oct 5, 2016

Merged. Thanks!

@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?

@tailhook
Copy link
Owner

tailhook commented Oct 5, 2016

Done.

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