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
When defining singleton structs, don't reallocate the ->instance field (#37598)
Otherwise, we end up with two singletons for the type, which
confuses many different parts of the runtime system. This
happens quite frequently when using Revise, which likes to
redefine types.
0 commit comments