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
We're write!ing into a Vec, and allocation is infallible, so this should never return an error. We should find out if the compiler optimizes away the error handling here, or if not, find out whether it's a performance problem and maybe do something different.