Closed rfindler closed 9 months ago
What’s happening is that it’s missing handling of the automatic
protocol, which passes three arguments instead of two. The automatic
protocol is used here because the pattern requires a parsed right-hand side.
Thanks!
This program:
produces the error
probably because a protocol somewhere changed and
annot.macro
didn't get updated. Specifically, it looks like this function should actually have three arguments.