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
Per review of #5513, the normalizer types don't follow the pattern that baked data constructors on owned types should return the borrowed type and then the constructor macro in the FFI code should use static_to_owned.
The text was updated successfully, but these errors were encountered:
Per review of #5513, the normalizer types don't follow the pattern that baked data constructors on owned types should return the borrowed type and then the constructor macro in the FFI code should use
static_to_owned
.The text was updated successfully, but these errors were encountered: