ICE when using type parameters of an impl. #2445
Labels
A-type-system
Area: Type system
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Milestone
The error is in kind checking. It looks like the impl cannot use the type parameter
T
.The error is
The text was updated successfully, but these errors were encountered: