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 should be able to do constant folding in the frontend to eliminate "if" conditions that are never executed. It would also be nice to be able to call size_of at compile time in constants. (This latter part is an RFC.)