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
fix: remove explicit impl ZMessage conflicting with blanket impl
After introducing the ZMessage blanket impl, all manual
'impl ZMessage for T {}' in examples, tests, and codegen templates
became orphan conflicts. Remove them.
Also add .with_serdes::<SerdeCdrSerdes>() at serde-only pub/sub call
sites (z_custom_message example, pubsub tests) where NativeCdrSerdes
cannot satisfy the ZSerdes<T> bound.
0 commit comments