mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
236032a8af
When identifiers are not specified, negative id will be converted to a valid rust identifier.
6 lines
130 B
Thrift
6 lines
130 B
Thrift
// THRIFT-4953
|
|
struct NoFieldIdentifiersTest {
|
|
string field_without_id1,
|
|
string field_without_id2,
|
|
1: string field_with_id
|
|
} |