Closed Elizafox closed 1 year ago
I think this might actually be a duplicate of #161, you can close it if it is.
This was already fixed in Git by 7a26ecafda75510c92f3b1882797523291f68aed (#162), but there hasn’t been a release yet.
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.
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. 🤷♀️