thrift/test/Identifiers.thrift
Danny Browning 236032a8af THRIFT-4953: Missing Field Identifiers
When identifiers are not specified, negative id will be converted to a valid
rust identifier.
2019-09-06 10:40:53 -06:00

6 lines
130 B
Thrift

// THRIFT-4953
struct NoFieldIdentifiersTest {
string field_without_id1,
string field_without_id2,
1: string field_with_id
}