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
Use u32 instead of isize as the discriminant of the Rust oneof 'tagged union' enum type (which is used for the getter that gives you both which field is set and the value of that field).
Note that the oneof case enum (the enum to signals which case is set and not the value of that case) remains a repr(C) enum with no explicit storage type to be ABI compatible with the C++ case enum.
PiperOrigin-RevId: 708315860
0 commit comments