Type errors should evaluate type matches with known arguments #22333
Labels
area:reporting
Error reporting including formatting, implicit suggestions, etc
better-errors
Issues concerned with improving confusing/unhelpful diagnostic messages
itype:enhancement
Compiler version
3.6.2
Minimized example
Output Error message
Why this Error/Warning was not helpful
The message was unhelpful because it contains unevaluated type matches (
Tuple.Tail
) that depend on entirely known types.Suggested improvement
It could look like
The text was updated successfully, but these errors were encountered: