You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: