mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 01:20:00 +00:00
Fix Rust codegen escaping field in tables. (#7659)
* Fix Rust codegen escaping field in tables. * other gencode * gencode * removed a debug print * regen code Co-authored-by: Casper Neo <cneo@google.com> Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -15,3 +15,7 @@ union KeywordsInUnion {
|
||||
static: KeywordsInTable,
|
||||
internal: KeywordsInTable,
|
||||
}
|
||||
|
||||
table Table2 {
|
||||
type: KeywordsInUnion;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user