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
Do not crash when enum discriminant is not recognized
Sometimes the DWARF can omit information about a discriminant, for
example when an Option shares a discriminant slot with an enum that it
wraps. In this case, lldb could crash, because the discriminant was
not found and because there was no default variant.
No test case because this relies on a compiler bug that will soon be
fixed.
Fixesrust-lang#16
0 commit comments