-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.11.0
-
Fix Version/s: 0.12.0
-
Component/s: Rust - Compiler
-
Labels:None
Without this, building a project using a thrift file meant for multiple languages may end up with many compiler warnings similar to the following:
warning: variant `EXAMPLE_NAME` should have a camel case name such as `ExampleName`
- links to