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
{{ message }}
This repository was archived by the owner on Apr 28, 2024. It is now read-only.
When I try to add a lifetime generic I get a compiler error:
bty::brand!(pubtypeUserName = &'staticstr;// This works!pubtypeUserEmail<'a> = &'a str;// Error: no rules expected the token `<`// no rules expected this token in macro call);
Suggestion: provide support for lifetime parameters.
Note! I'm new to rust so forgive me if this is a newbie mistake regarding the lifetime.