Universal name support for enum in thrift compiler
commit47e8e41a94bbd89907dd4c55a6147c9782799e8d
authorBahadir Danisik <bahadird@meta.com>
Fri, 13 Jan 2023 21:54:46 +0000 (13 13:54 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 13 Jan 2023 21:54:46 +0000 (13 13:54 -0800)
tree3b01151ecb5ee8a394270292e374e0b66c87b881
parent16acff3a5cdc8bffc35359a58ef83104c9be1018
Universal name support for enum in thrift compiler

Summary: Added universal name (thrift_uri) support for enums. This was missing.

Reviewed By: thedavekwon

Differential Revision: D42193531

fbshipit-source-id: a768e8d908b43dcb6b8c19d477b3ff846721e7f7
third-party/thrift/src/thrift/compiler/generate/mstch_objects.h
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-rust/types.rs
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-rust/types.rs
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-rust/types.rs
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-rust/types.rs
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-rust/types.rs
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-rust/types.rs
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-rust/types.rs