commit | 236032a8af4f772a21962d6e5316e6f7aa494b85 | [log] [tgz] |
---|---|---|
author | Danny Browning <danny.browning@protectwise.com> | Fri Sep 06 10:27:33 2019 -0600 |
committer | Danny Browning <danny.browning@protectwise.com> | Fri Sep 06 10:40:53 2019 -0600 |
tree | 33e4d8d4c5b4d729d7860ea2db8b111993d32f8a | |
parent | 942bd8403b0b5ece17cfd5df46118cfa39386808 [diff] [blame] |
THRIFT-4953: Missing Field Identifiers When identifiers are not specified, negative id will be converted to a valid rust identifier.
diff --git a/test/Identifiers.thrift b/test/Identifiers.thrift new file mode 100644 index 0000000..aa3e4ea --- /dev/null +++ b/test/Identifiers.thrift
@@ -0,0 +1,6 @@ +// THRIFT-4953 +struct NoFieldIdentifiersTest { + string field_without_id1, + string field_without_id2, + 1: string field_with_id +} \ No newline at end of file