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
It seems to me that this should be requiring a lifetime, e.g. struct Wrapper<'a>(Foo + 'a); or struct Wrapper(Foo + 'static);. However, it may be the intended behaviour too, nominating for clarification.
The text was updated successfully, but these errors were encountered:
It seems to me that this should be requiring a lifetime, e.g.
struct Wrapper<'a>(Foo + 'a);
orstruct Wrapper(Foo + 'static);
. However, it may be the intended behaviour too, nominating for clarification.The text was updated successfully, but these errors were encountered: