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
attempts to set the default behaviour for proto3 to be packed, however because options.packed() returns false unless [packed = true] is set on the field, this fails.
The code here
prost/prost-build/src/code_generator.rs
Line 435 in 63c0024
proto3to be packed, however becauseoptions.packed()returnsfalseunless[packed = true]is set on the field, this fails.