-
I want to use the record type that I'm trying to define, sort of like how one would refer to itself in a linked list node struct definition in C. I want to do something like:
and
The compiler doesn't like this: The compiler seems to let me workaround this with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a very embarassing thing we haven't implemented yet: #85 |
Beta Was this translation helpful? Give feedback.
This is a very embarassing thing we haven't implemented yet: #85
That workaround with
any
is the best thing we can do for now.