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
When a proposed message format for the .proto file for code generation only contains int32 fields and no byte fields, the resulting generated code has lifetime errors including anonymous lifetime and lifetime mismatches. The struct causing the error in my proto file is: message PairRequest { int32 start = 1; int32 end = 2; }
The text was updated successfully, but these errors were encountered:
When a proposed message format for the .proto file for code generation only contains int32 fields and no byte fields, the resulting generated code has lifetime errors including anonymous lifetime and lifetime mismatches. The struct causing the error in my proto file is:
message PairRequest { int32 start = 1; int32 end = 2; }
The text was updated successfully, but these errors were encountered: