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
So only case when enum does't have niche is when it has number of variants equal to `ffi_type::MAX - ffi_type::MIN`, we could check this condition during macro expansion.
Then we could do the following to find niche value, we can't find niche during expansion because discriminant is expression.
Then we could do the following to find niche value, we can't find niche during expansion because discriminant is expression.
Originally posted by @Erigara in #2625 (comment)
The text was updated successfully, but these errors were encountered: