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
With my recent rebase of #99282, I discovered that my code no longer compiles because we have more than 96 attributes. There's a static assertion that prevents the current AttributeBitSet from overflowing and the current width for the bitset is 12 bytes.