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
I wanted to report, when using Opt<T> there are some cases where the number of destructor calls of the inner type do not match the number of constructor calls.
See the following reproducer (attached tarball for convenience).
Hi,
I wanted to report, when using
Opt<T>
there are some cases where the number of destructor calls of the inner type do not match the number of constructor calls.See the following reproducer (attached tarball for convenience).
The text was updated successfully, but these errors were encountered: