mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 07:35:18 +00:00
91fe9ba93f
Some generic C++ and Rust code is not generated when unions use type aliases because of potential ambiguity. Actually check for this ambiguity and only disable offending code only if it is found.