Closed b1conrad closed 9 months ago
A common mistake is to share a defaction. This triggers a compile time error message:
defaction
Error: Actions cannot be used queries: name_of_defaction
The error message does say which defaction was shared which is good.
Suggest the message be worded differently, say
Error: Actions must not be shared: name_of_defaction
A search within GitHub shows two occurrences of the string. In the compiler itself, and in the compiler tests.
Change made
A common mistake is to share a
defaction
. This triggers a compile time error message:The error message does say which
defaction
was shared which is good.Suggest the message be worded differently, say