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
Generate bindings to trait implementations of C++ types.
Previously, we needlessly excluded these implementations that referenced
a type with a `cpp_type` annotation due to the `adt_needs_bindings`
check. This adds a specific carve out for that when considering
implementations.
PiperOrigin-RevId: 885623459
0 commit comments