-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursive objects break #168
Comments
I think this might actually be a duplicate of #161, you can close it if it is. |
Alright, I'll consider this fixed then. Any chance this can work on stable? |
Although this was an auxiliary commit on a PR that added a feature requiring Rust nightly, it also happens to make your example work on Rust stable (if that’s what you mean). |
Thank you so much! Yeah, this is perfect. I'll close for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
At present, something like this is impossible, due to a recursive type overflow:
A workaround that sacrifices type safety I've found (I would never use this in production):
Maybe I'm doing something wrong though. 🤷♀️
The text was updated successfully, but these errors were encountered: