<CAEApOF_uo_9enYqhpBgw8y2cB3ZFYN+-jFf7TB314WzWSZJiKw@mail.gmail.com>
I am trying the following usage: #[derive(Merge)] pub struct Test<T> { text: Option<T>, } My compiler complains about missing generics for struct `Test` I wonder if what I am trying to do is an intended use case.
<20220310093436.GA4984@ireas.org>
<CAEApOF_uo_9enYqhpBgw8y2cB3ZFYN+-jFf7TB314WzWSZJiKw@mail.gmail.com>
(view parent)
Thanks for the report! That is definitely a valid use case. Probably I just did not handle type parameters in the macro rules. I’ll have a look at it and see whether this can be fixed easily. /Robin