urlyy commented on issue #2851:
URL: https://github.com/apache/fory/issues/2851#issuecomment-3466563395

   Recursive enums like:
   
   ```rust
   enum List {
       Nil,
       Cons(i32, Box<List>),
   }
   ```
   
   are also handled recursively.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to