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

typemap is broken with latest releases of rust #40

Open
ignatenkobrain opened this issue Jan 6, 2018 · 2 comments
Open

typemap is broken with latest releases of rust #40

ignatenkobrain opened this issue Jan 6, 2018 · 2 comments

Comments

@ignatenkobrain
Copy link

error: defaults for type parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions.
   --> src/lib.rs:185:18
    |
185 | impl<'a, K: Key, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> Entry<'a, K, A> {
    |                  ^
    |
    = note: #[deny(invalid_type_param_default)] on by default
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #36887 <https://github.com/rust-lang/rust/issues/36887>
@oherrala
Copy link

This has been fixed in #36 in commit f78f2b4.

@infinity0
Copy link

Could you guys make a release, i.e. publish to crates.io?

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

No branches or pull requests

3 participants