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
Since @luqmana's cool enum memory layout optimizations landed, GDB and LLDB pretty printers are slightly out of date, i.e. they cannot handle cases where the discriminant isn't stored at the top-level. The necessary data is already encoded in DWARF, but the pretty printers don't use it yet.