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
trapper isn't required. With some trait design seen in rf/remove-trapper we can replace all usage of trapper with safe Rust.
However as of filing this issue, trying to implement it causes compiler errors with regards to overlapping implementations for packed and unpacked repeated fields. Chalk can fix it, so we have to wait for that.
trapper
isn't required. With some trait design seen in rf/remove-trapper we can replace all usage of trapper with safe Rust.However as of filing this issue, trying to implement it causes compiler errors with regards to overlapping implementations for packed and unpacked repeated fields. Chalk can fix it, so we have to wait for that.
Playground example.
The text was updated successfully, but these errors were encountered: