More specific errors for kind check failures #12201
Labels
A-typesystem
Area: The type system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Today if a type is not Send (or whatever) you get a rather terse error message informing you of that fact, but no clue as to why a type isn't send. It shouldn't be too hard to walk over the type, identifying a specific path that leads to a non-sendable type. (Same holds for linearity etc)
I'm happy to mentor, so tagging as E-mentor.
cc @larsbergstrom
The text was updated successfully, but these errors were encountered: