mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 13:08:04 +00:00
Fix Rust keyword inconsistency (#6794)
* Make Rust keyword escaping more consistent * fix comment * git clang format Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
@@ -6,9 +6,10 @@ enum public: int { }
|
||||
table KeywordsInTable {
|
||||
is: ABC = void;
|
||||
private: public;
|
||||
type: int;
|
||||
}
|
||||
|
||||
union KeywordsInUnion {
|
||||
static: KeywordsInTable,
|
||||
internal: string
|
||||
internal: KeywordsInTable,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user