message XXXXXXXXXXXX {
int32 status = 1;
repeated string blend_shape_names = 2;
repeated float blend_shape_weights = 3; // <---
repeated int32 audio_samples = 4;
double timestamp = 5;
}
As long as the repeated float field is added, the generated code cannot be complied because the XXXXXXXXXXXX class is marked with an unnessecary lifetime annotation.
pb-rs version 0.10.0
pb-rs --dont_use_cow --single-mod contract.proto