commit | d5bd2005eac7fa4912b60b3a815596c67a348afb | [log] [tgz] |
---|---|---|
author | jake-ruyi <jake@playruyi.com> | Wed Nov 07 16:16:27 2018 +0800 |
committer | James E. King III <jking@apache.org> | Fri Nov 09 17:56:25 2018 -0500 |
tree | c8dab25b10e45fb6cbbf3f9e4f330cc87233b7aa | |
parent | f7d43ce0aa58cc7e33af425140e5a063e3f3a75f [diff] [blame] |
THRIFT-4661: Rust enum name wrong case in generated structs Client: rs
diff --git a/lib/rs/test/thrifts/Base_Two.thrift b/lib/rs/test/thrifts/Base_Two.thrift index b4b4ea1..caa6acb 100644 --- a/lib/rs/test/thrifts/Base_Two.thrift +++ b/lib/rs/test/thrifts/Base_Two.thrift
@@ -23,9 +23,15 @@ const i32 WaterWeight = 200 +enum brothType { + Miso, + shouyu, +} + struct Ramen { 1: optional string ramenType 2: required i32 noodleCount + 3: brothType broth } struct Napkin {