You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I'm aware, Rust doesn't have any semantics for parameterizing macros. If a fix isn't possible, It would be more useful to see an error message stating it's not possible to use ElasticType on a lifetimed struct.
The text was updated successfully, but these errors were encountered:
I'm trying to use the
ElasticType
macro against a struct parameterized on a lifetime, like so:This throws an error:
As far as I'm aware, Rust doesn't have any semantics for parameterizing macros. If a fix isn't possible, It would be more useful to see an error message stating it's not possible to use
ElasticType
on a lifetimed struct.The text was updated successfully, but these errors were encountered: