Support Rvalue::Discriminant
not followed by SwitchInt
#120
Labels
C-unsupported-language-feature
A rust feature we don't extract well
This can show up in optimized MIR, for example the optimized mir of
Option::is_some()
. It's not too hard to support: we can replace_x = Discriminant(_y)
withThe text was updated successfully, but these errors were encountered: