commit 6da1cf79d90eb242e7da5318241d42279a3df3ba Author: Max Burke <max@urbanlogiq.com> Date: Sun Jan 19 14:47:28 2020 -0800 [rust] Add use declarations to Rust-generated bindings for imported FB definitions (#5645) * Bugfix for Rust generation of union fields named with language keywords
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
include "sub/include_test2.fbs";
|
|
include "sub/include_test2.fbs"; // should be skipped
|
|
include "include_test1.fbs"; // should be skipped
|
|
|
|
table TableA {
|
|
b:MyGame.OtherNameSpace.TableB;
|
|
}
|