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
The issue is in borrowck::gather_loans::mod:: specifically in the gather_loans_for_static_initializer function. This should be fixed by implementing a small Visitor that will walk the passed expr and look for cases like the one in the example below: