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
This may be a bigger problem, but one concrete effect (seen in #9613) is that rustpkg doesn't set the larger-than-default stack size that rustc would normally get. (The spawn responsible for that is actually in extra::workcache, not rustpkg itself, and it doesn't take a task builder — if I edit workcache to set a stack size then the tests pass but that's probably not the right solution.)